Skip to content

Instantly share code, notes, and snippets.

View f5-cabbott's full-sized avatar
:shipit:
That's my purse! I don't know you!

Chase f5-cabbott

:shipit:
That's my purse! I don't know you!
View GitHub Profile
# OpenSSL Root CA configuration file
# Copy to /root/ca/openssl_root.cnf
[ ca ]
default_ca = CA_default
[ CA_default ]
# Directory and file locations.
dir = /root/ca
certs = $dir/certs
# OpenSSL Intermediary CA configuration file
# Copy to /root/ca/intermediate/openssl_intermediate.cnf
[ ca ]
default_ca = CA_default
[ CA_default ]
# Directory and file locations.
dir = /root/ca/intermediate
certs = $dir/certs
# OpenSSL Server Default configuration file
# Copy to /root/ca/intermediary/openssl_server.cnf
[ ca ]
default_ca = CA_default
[ CA_default ]
# Directory and file locations.
dir = /root/ca/intermediate
certs = $dir/certs