From d8852ac1bb0610ee6135262770947a0d1fa0116c Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 7 Apr 2016 20:39:50 +0000 Subject: [PATCH] Correct docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77e4deb..68afc2c 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ systemid.py. Use the build_image.py flag: ```bash ---module="server/modules/certclient.py --server=https://certserver/ --ca-cert=/path/to/server/cert.pem --client-cert=/path/to/client/cert.pem --client-key=/path/to/client/key.pem --tag=www --subject='/C=US/ST=California/O=XXXX/OU=XXXX Test/CN=HOSTNAME'" +--module="server/modules/certclient.py --server=https://certserver/ --ca-cert=/path/to/server/cert.pem --client-cert=/path/to/client/cert.pem --client-key=/path/to/client/key.pem --tag=www --subject='/C=US/ST=California/O=XXXX/OU=XXXX Test/CN=SYSTEMID'" ``` The new key and cert are saved to /systemid @@ -130,7 +130,7 @@ The new key and cert are saved to /systemid used more than once with different servers (e.g. once for an HTTPS client key/cert pair, and once for an EAP-TLS key/cert pair). -`--subject` specifics the subject string passed to openssl. `HOSTNAME` is +`--subject` specifics the subject string passed to openssl. `SYSTEMID` is replaced with the system hostname, possibly as set by systemid.py ### iconograph.py