Creating CA with CA.pl

Karel Miklav karel at inetis.com
Wed Feb 23 06:44:21 GMT 2005


Jeffery Fernandez wrote:
> I am following a tutorial on creating a CA on my FreeBSD 5.3 development 
> box. The tutorial can be found at 
> http://www.freebsddiary.org/openssl-client-authentication.php
> 
> I had a problem on signing the certificate as explained in this forum 
> thread: http://www.freebsddiary.org/phorum/read.php?f=1&i=9702&t=9694

Don't know about CA.pl, but try doing it manually. You should first edit 
the openssl.conf, make a directory structure for your CA, setup files... 
(man ca) then do something like this:

openssl req -new -x509 -keyout ca.key -out ca.pem -days 3650

Look around; there are many tutorials, guides, a Linux HOWTO... on the 
net, it's not related to FreeBSD.

-- 

Regards,
Karel Miklav



More information about the freebsd-questions mailing list