From 65496561084253c003b0005d5affaa96f24ea2f3 Mon Sep 17 00:00:00 2001 From: CJ Cotton Date: Tue, 21 Mar 2017 17:56:58 -0700 Subject: [PATCH] Update README.md Just updating some information and clearing up formatting --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0877e70..c3b627a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,23 @@ # python-csr +## Purpose Generate a key, self-signed certificate, and certificate request. -Usage: csrgen [fqdn] +## Information +You'll notice there is a csrgen and csrgen35. This corresponds to their respective Python versions. +- csrgen uses Python 2.7 +- csrgen34 uses Python 3.5 + +## Usage +csrgen [fqdn] ``` python csrgen test.test.com ``` -When more than one hostname is provided, a SAN (Subject Alternate Name) -certificate and request are generated. This can be acheived by adding -s. -Usage: csrgen -s +When more than one hostname is provided, a SAN (Subject Alternate Name) +certificate and request are generated. This can be acheived by adding a -s. + +csrgen -s ``` python csrgen test.test.com -s mushu.test.com pushu.test.com