Untitled Document
|
Certificate Authority and Signing |
FreeBSD 4.11-STABLE
The Digitalpimp Collection
Ben Pfountz
April 1, 2005 |
Please reference:
http://www.onlamp.com/pub/a/onlamp/2003/02/06/linuxhacks.html
# You may need to point CA.pl to the correct location of perl
#
# - You can edit /usr/src/crypto/openssl/apps/CA.pl to change the # of days
#
/usr/src/crypto/openssl/apps/CA.pl -newca
/usr/src/crypto/openssl/apps/CA.pl -newreq-nodes
/usr/src/crypto/openssl/apps/CA.pl -signreq
#/usr/src/crypto/openssl/apps/CA.pl -pkcs12 "Bens CA"
openssl x509 -in demoCA/cacert.pem -outform DER -out demoCA/cacert.cer
chmod -R go-rx *
|