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
- Host: GitHub
- URL: https://github.com/psmths/easy-ca
- Owner: Psmths
- License: gpl-3.0
- Created: 2021-02-25T23:12:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T23:12:55.000Z (over 5 years ago)
- Last Synced: 2025-10-23T10:35:12.607Z (8 months ago)
- Topics: bash, bash-script, certificate-authority, openssl
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.