diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-03-27 19:52:49 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-03-27 19:52:49 -0700 |
commit | 478e1993e0760ad83668243111be155b3e9e7050 (patch) | |
tree | 46d356b1a306d5333dd530115e57b61bcb3ab803 /README.txt | |
download | cash-478e1993e0760ad83668243111be155b3e9e7050.tar.gz cash-478e1993e0760ad83668243111be155b3e9e7050.zip |
Initial content; missing some mailcert.sh support
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 |