Automated, self-signed certificate generation via openssl.
Please make sure these are installed on your system.
- Clone this repository
make install
brew tap haensl/haensl
brew install openssl-generate-certificates
For additional information please consider consulting the man page.
openssl-generate-certificates -h hostname [-i ip] [-j subject] [-p prefix] [-s password] [-v]
Generated certificate files and keys are written to the current working directory.
-h hostname, --host hostname
Specify hostname or IP of server to generate certificates for.
-i ip, --ip ip
Specify additional ips to bind to hostname
. Default: 127.0.0.1
-j subject, --subject subject
Specify the subject string to use when generating the CA certificate.
-p prefix, --prefix prefix
Specify a prefix for output filenames.
-s password, --secret password
Specify the password with which to encrypt the CA key-signing key.
-v, --verbose
Print verbose output.