|
@@ -7,7 +7,19 @@ This is the command line version, which can be installed locally and run securel
|
|
Install
|
|
Install
|
|
=======
|
|
=======
|
|
|
|
|
|
-Blah.
|
|
|
|
|
|
+git clone http://gitlab.perpetual.name/doctor/certgencli.git CertGenCLI
|
|
|
|
+
|
|
|
|
+cd CertGenCLI
|
|
|
|
+
|
|
|
|
+Either install the python cryptography package
|
|
|
|
+
|
|
|
|
+apt-get install python-cryptography
|
|
|
|
+
|
|
|
|
+or
|
|
|
|
+
|
|
|
|
+pip install -r requirements.txt
|
|
|
|
+
|
|
|
|
+The latter doesn't appear to work too well on Debian.
|
|
|
|
|
|
Run
|
|
Run
|
|
===
|
|
===
|