Skip to content

Commit 0e30e4c

Browse files
authored
Merge pull request #737 from barakda/mtls_readme_update
readme mtls part update
2 parents 27e945a + 04a30f9 commit 0e30e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ echo $NVMEOF_VERSION...
255255

256256
For testing purposes, self signed certificates and keys can be generated locally using OpenSSL.
257257

258-
For the server, generate credentials for server name 'my.server' in files called server.key and server.crt:
258+
For the server, generate credentials for the server named 'my.server' and save them in files called server.key and server.crt. Additionally, specify subject alternative names using the gateway group nodes' IPs in the openssl command.
259259
260260
```bash
261-
$ openssl req -x509 -newkey rsa:4096 -nodes -keyout server.key -out server.crt -days 3650 -subj '/CN=my.server'
261+
$ openssl req -x509 -newkey rsa:4096 -nodes -keyout server.key -out server.crt -days 3650 -subj '/CN=my.server' -addext "subjectAltName=IP:192.168.13.3,IP:192.168.13.4,IP:192.168.13.5,IP:192.168.13.6"
262262
```
263263
264264
For client:

0 commit comments

Comments
 (0)