frontend for openssl?

Kirk Strauser kirk at strauser.com
Thu Jul 21 18:48:29 GMT 2005


On Thursday 21 July 2005 04:19, Mipam wrote:

> Does there exist a frontend for openssl that can create and sign
> certificates bit one that also can create and sign pkcs7 certs?
> Maybe something exists to help you create your own certificate authority?

Got the system sources?  If so, look at /usr/src/crypto/openssl/apps/CA.pl 
which sounds like exactly what you want:

  1.  ./CA.pl -newca    # Makes a new CA
  2.  ./CA.pl -newreq   # Generate a certificate signing request
  3.  ./CA.pl -sign     # Sign the request created in step 2

I copied it to /usr/local/bin and edited the "$CATOP" variable to point 
to /usr/local/etc/mypersonalCA, then edited /etc/ssl/openssl.cnf to refer 
to the same directory.  That way, I don't have to deal with it wanting to 
use the relative directory "./demoCA" during its operations.
-- 
Kirk Strauser
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 155 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050721/56c530db/attachment.bin


More information about the freebsd-questions mailing list