Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 328 Bytes

File metadata and controls

6 lines (4 loc) · 328 Bytes

README.md

Scripts to automate some of the tedious tasks with openssl certs.

  • generate_san_csr.sh - simple shell script to automate SAN CSR creation. Generates cnf, key, and csr.
  • sign_san_csr.sh - simple shell script to sign the create CSR with your preconfigured openSSL CA. Extracts SAN data from CSR for cnf usage.