https://github.com/dethada/ca
Quick and dirty CA setup and certificate generation
https://github.com/dethada/ca
Last synced: over 1 year ago
JSON representation
Quick and dirty CA setup and certificate generation
- Host: GitHub
- URL: https://github.com/dethada/ca
- Owner: Dethada
- Created: 2018-06-19T13:25:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T07:35:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T03:54:42.977Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CA signer
## Exporting root certificate
copy `myCA.pem` out and install where you need it, might be helpful to change the extension to `.crt`
## Generating certificates
1. `mkdir mysite && cd mysite`
2. `/path/to/sign.sh`
3. Export out `crt` (certificate) and `key` (private key) to your webserver