Update README.md

pull/4/head
Courtney Cotton 2015-06-14 17:59:24 -07:00
parent 6a40ce7236
commit c87faf6ec0
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
# python-csr
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>