Skip to content

Commit 484c46c

Browse files
committed
Revert minor grammar tweaks to avoid syncing readme
The certs are used a lot of places, and we would prefer they stay identical. This small grammar changes from 95d7bfd don't seem to contribute enough for the effort envolved to sync.
1 parent fe5e624 commit 484c46c

File tree

1 file changed

+4
-4
lines changed
  • testing/src/main/resources/certs

1 file changed

+4
-4
lines changed

testing/src/main/resources/certs/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $ openssl req -x509 -newkey rsa:1024 -keyout badserver.key -out badserver.pem \
1010
-days 3650 -nodes
1111

1212
When prompted for certificate information, everything is default except the
13-
common name, which is set to badserver.test.google.com.
13+
common name which is set to badserver.test.google.com.
1414

1515

1616
Valid test credentials:
@@ -31,7 +31,7 @@ $ rm client.key.rsa
3131
$ openssl req -new -key client.key -out client.csr
3232

3333
When prompted for certificate information, everything is default except the
34-
common name, which is set to testclient.
34+
common name which is set to testclient.
3535

3636
$ openssl ca -in client.csr -out client.pem -keyfile ca.key -cert ca.pem -verbose -config openssl.cnf -days 3650 -updatedb
3737
$ openssl x509 -in client.pem -out client.pem -outform PEM
@@ -45,7 +45,7 @@ $ rm server0.key.rsa
4545
$ openssl req -new -key server0.key -out server0.csr
4646

4747
When prompted for certificate information, everything is default except the
48-
common name, which is set to *.test.google.com.au.
48+
common name which is set to *.test.google.com.au.
4949

5050
$ openssl ca -in server0.csr -out server0.pem -keyfile ca.key -cert ca.pem -verbose -config openssl.cnf -days 3650 -updatedb
5151
$ openssl x509 -in server0.pem -out server0.pem -outform PEM
@@ -59,7 +59,7 @@ $ rm server1.key.rsa
5959
$ openssl req -new -key server1.key -out server1.csr -config server1-openssl.cnf
6060

6161
When prompted for certificate information, everything is default except the
62-
common name, which is set to *.test.google.com.
62+
common name which is set to *.test.google.com.
6363

6464
$ openssl ca -in server1.csr -out server1.pem -keyfile ca.key -cert ca.pem -verbose -config server1-openssl.cnf -days 3650 -extensions v3_req -updatedb
6565
$ openssl x509 -in server1.pem -out server1.pem -outform PEM

0 commit comments

Comments
 (0)