|
@@ -9,24 +9,26 @@ Install
|
|
|
|
|
|
git clone http://gitlab.perpetual.name/doctor/certgencli.git CertGenCLI
|
|
git clone http://gitlab.perpetual.name/doctor/certgencli.git CertGenCLI
|
|
|
|
|
|
-cd CertGenCLI
|
|
|
|
|
|
+ cd CertGenCLI
|
|
|
|
|
|
Either install the python cryptography package
|
|
Either install the python cryptography package
|
|
|
|
|
|
-apt-get install python-cryptography
|
|
|
|
|
|
+ apt-get install python-cryptography
|
|
|
|
|
|
or
|
|
or
|
|
|
|
|
|
-pip install -r requirements.txt
|
|
|
|
|
|
+ pip install -r requirements.txt
|
|
|
|
|
|
The latter doesn't appear to work too well on Debian.
|
|
The latter doesn't appear to work too well on Debian.
|
|
|
|
|
|
Run
|
|
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
|
|
This will create all the necessary certificates in /tmp
|
|
|
|
|