An open API service indexing awesome lists of open source software.

https://github.com/psmths/easy-ca

Bash script to quickly create a certificate authority using OpenSSL
https://github.com/psmths/easy-ca

bash bash-script certificate-authority openssl

Last synced: 2 months ago
JSON representation

Bash script to quickly create a certificate authority using OpenSSL

Awesome Lists containing this project

README

          

# easy-ca
Bash script to quickly create a certificate authority using OpenSSL. This will generate a root certificate as well as one intermediate certificate. The process will create keys using the curve `secp521r1`, and encrypt the private keys with `AES256`. The selected message digest algorithm is `SHA512`.