|
@@ -24,7 +24,7 @@ The latter doesn't appear to work too well on Debian.
|
|
Run
|
|
Run
|
|
===
|
|
===
|
|
|
|
|
|
-<code>cli.py -c <County> -s <State> -l <Location> -o <Organisation> -u <Organisation Unit> -n <CN> -r <CRLDP> -p <password> -d <Output Directory></code>
|
|
|
|
|
|
+<code>cli.py -c <County> -s <State> -l <Location> -o <Organisation> -u <Organisation Unit> -n <CN> -r <CRLDP> -p <password> -d <Output Directory></code>
|
|
|
|
|
|
e.g.
|
|
e.g.
|
|
|
|
|
|
@@ -67,15 +67,15 @@ Notes
|
|
|
|
|
|
You can check the certificates by running:
|
|
You can check the certificates by running:
|
|
|
|
|
|
-<code>openssl x509 -noout -text -in <certname></code>
|
|
|
|
|
|
+<code>openssl x509 -noout -text -in <certname></code>
|
|
|
|
|
|
which will work for rootca.pem and server-cert.pem
|
|
which will work for rootca.pem and server-cert.pem
|
|
|
|
|
|
-<code>openssl rsa -in <keyname> -check</code>
|
|
|
|
|
|
+<code>openssl rsa -in <keyname> -check</code>
|
|
|
|
|
|
which will work for server-key.pem and root-key.pem
|
|
which will work for server-key.pem and root-key.pem
|
|
|
|
|
|
-<code>openssl crl -noout -text -in <crlfile></code>
|
|
|
|
|
|
+<code>openssl crl -noout -text -in <crlfile></code>
|
|
|
|
|
|
which will work for list.crl
|
|
which will work for list.crl
|
|
|
|
|