diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..733e47d --- /dev/null +++ b/README.txt @@ -0,0 +1,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 |