Skip to content

Commit 174ba31

Browse files
dcoomberFSchumacher
authored andcommitted
Fixed grammar
1 parent 339c793 commit 174ba31

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/jorphan/src/main/java/org/apache/jorphan/exec/KeyToolUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class KeyToolUtils {
5353
/** Name of property that can be used to override the default keytool location */
5454
private static final String KEYTOOL_DIRECTORY = "keytool.directory"; // $NON-NLS-1$
5555

56-
private static final String DNAME_INTERMEDIATE_CA_KEY = "cn=JMeter Intermediate CA for recording (INSTALL ONLY IF ITS YOURS)"; // $NON-NLS-1$
56+
private static final String DNAME_INTERMEDIATE_CA_KEY = "cn=JMeter Intermediate CA for recording (INSTALL ONLY IF IT IS YOURS)"; // $NON-NLS-1$
5757

5858
public static final String ROOT_CACERT_CRT_PFX = "ApacheJMeterTemporaryRootCA"; // $NON-NLS-1$ (do not change)
5959
private static final String ROOT_CACERT_CRT = ROOT_CACERT_CRT_PFX + ".crt"; // $NON-NLS-1$ (Firefox and Windows)
@@ -73,7 +73,7 @@ public class KeyToolUtils {
7373
static {
7474
StringBuilder sb = new StringBuilder();
7575

76-
sb.append("CN=_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)"); // $NON-NLS-1$
76+
sb.append("CN=_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)"); // $NON-NLS-1$
7777
String userName = System.getProperty("user.name"); // $NON-NLS-1$
7878
userName = userName.replace('\\','/'); // Backslash is special (Bugzilla 56178)
7979
addElement(sb, "OU=Username: ", userName); // $NON-NLS-1$

xdocs/usermanual/component_reference.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6832,9 +6832,9 @@ As a consequence:
68326832
<li>The browser should display a dialogue asking if you want to accept the certificate or not. For example:
68336833
<source>
68346834
1) The server's name "<code>www.example.com</code>" does not match the certificate's name
6835-
"<code>_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)</code>". Somebody may be trying to eavesdrop on you.
6836-
2) The certificate for "<code>_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)</code>" is signed by the unknown Certificate Authority
6837-
"<code>_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)</code>". It is not possible to verify that this is a valid certificate.
6835+
"<code>_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)</code>". Somebody may be trying to eavesdrop on you.
6836+
2) The certificate for "<code>_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)</code>" is signed by the unknown Certificate Authority
6837+
"<code>_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)</code>". It is not possible to verify that this is a valid certificate.
68386838
</source>
68396839
You will need to accept the certificate in order to allow the JMeter Proxy to intercept the SSL traffic in order to
68406840
record it.

0 commit comments

Comments
 (0)