Mike 5 éve
szülő
commit
39d0d8f147
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      README.md

+ 4 - 4
README.md

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