Scripts to:
- Generate a self-signed CA root and root-signed intermediate cert
- Generate Certificate Signing Requests (CSR) and sign those with the intermediate cert
- Update config.cnf (
CandOvalues) - Run:
./scripts/create-ca.sh
- Run:
./scripts/create-leaf.sh <domain> [subject-alternate-name-1 san-2 ...]- Example 1 (One SAN):
./create_leaf.sh whatever.com - Example 2 (Multiple SANs):
./create_leaf.sh whatever.com www.whatever.com other.whatever.com
- Example 1 (One SAN):