Mike 5 anni fa
parent
commit
f6ab1143c0
1 ha cambiato i file con 7 aggiunte e 5 eliminazioni
  1. 7 5
      README.md

+ 7 - 5
README.md

@@ -9,24 +9,26 @@ Install
 
 git clone http://gitlab.perpetual.name/doctor/certgencli.git CertGenCLI
 
-cd CertGenCLI
+  cd CertGenCLI
 
 Either install the python cryptography package 
 
-apt-get install python-cryptography
+  apt-get install python-cryptography
 
 or
 
-pip install -r requirements.txt
+  pip install -r requirements.txt
 
 The latter doesn't appear to work too well on Debian.
 
 Run
 ===
 
-cli.py -c <County> -s <State> -l <Location> -o <Organisation> -u <Organisation Unit> -n <CN> -r <CRLDP> -p <password> -d <Output Directory>
+  cli.py -c <County> -s <State> -l <Location> -o <Organisation> -u <Organisation Unit> -n <CN> -r <CRLDP> -p <password> -d <Output Directory>
 
-e.g. ./cli.py -d /tmp -n fred.site.com -cGB -sWales -lCardiff -oSomewhere -uSomething -pakjdslfasd
+e.g. 
+
+  cli.py -d /tmp -n fred.site.com -cGB -sWales -lCardiff -oSomewhere -uSomething -pakjdslfasd
 
 This will create all the necessary certificates in /tmp