https://github.com/olix0r/eg-ca
TLS certificate playground
https://github.com/olix0r/eg-ca
tls tls-certificate tls-configuration
Last synced: 10 months ago
JSON representation
TLS certificate playground
- Host: GitHub
- URL: https://github.com/olix0r/eg-ca
- Owner: olix0r
- License: apache-2.0
- Created: 2017-03-17T21:19:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T20:16:06.000Z (over 9 years ago)
- Last Synced: 2025-07-10T09:29:42.155Z (12 months ago)
- Topics: tls, tls-certificate, tls-configuration
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eg-ca #
An example Certificate Authority. ONLY USEFUL FOR TESTING. YOU HAVE BEEN WARNED.
Based on https://jamielinux.com/docs/openssl-certificate-authority/.
## Usage ##
```sh
:; ./init.sh >/dev/null 2>&1
:; ./mksvc.sh test.olix0r.net >/dev/null 2>&1
:; ls -1 test.olix0r.net.tls
ca-chain.cert.pem
cert.pem
private.pem
```