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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to