Update README.md

pull/4/head
Courtney Cotton 2015-06-14 17:58:38 -07:00
parent 58a575cbe3
commit 1905b8206d
1 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,7 @@
# python-csr
Generate a CSR/Key via Python
# Generate a key, self-signed certificate, and certificate request.
# Usage: csrgen <fqdn>
#
# 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 <hostname> -s <san0> <san1>