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

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

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