We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217a3e4 commit b35f145Copy full SHA for b35f145
s2a/src/test/resources/README.md
@@ -16,7 +16,8 @@ openssl genrsa -out server_key.pem 2048
16
openssl genrsa -out client_key.pem 2048
17
```
18
19
-Generate CSRs for server and client
+Generate CSRs for server and client (set Common Name to localhost, leave all
20
+other fields blank)
21
22
23
openssl req -key server_key.pem -new -out server.csr -config config.cnf
0 commit comments