Go to file
Courtney C 21017b8cda Updated prompt to mirror open-ssl 2015-07-13 09:30:29 -07:00
README.md Update README.md 2015-06-14 18:00:14 -07:00
csrgen.py Updated prompt to mirror open-ssl 2015-07-13 09:30:29 -07:00

README.md

python-csr

Generate a key, self-signed certificate, and certificate request.

Usage: csrgen [fqdn]

Example: 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

Example: python csrgen test.test.com -s mushu.test.com pushu.test.com