blob: 733e47d0aed257affef840d668312d7b3049d4ca (
plain)
1
2
3
4
5
6
7
8
9
10
|
Quick and dirty scripts for maintaining a certificate authority/client certificates/server certificates with openssl.
To start with, you should run
head -n 15 configure.sh > local.cfg
edit local.cfg to your liking, run ./genca.sh, then do one of
* generate a signed key and cert with ./gensignedcert certname
* sign an existing CSR with ./signcsr csrfile
|