Go to file
Courtney Cotton b70aeee9e2 Update README.md 2015-06-14 18:00:14 -07:00
README.md Update README.md 2015-06-14 18:00:14 -07:00
csrgen.py Added user input prompt for CSR Values 2015-02-15 12:21:14 -08: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