Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 07:43:57 +0100
From:      Karel Miklav <karel@inetis.com>
To:        Jeffery Fernandez <forums@jefferyfernandez.id.au>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Creating CA with CA.pl
Message-ID:  <421C262D.2000306@inetis.com>
In-Reply-To: <4217E846.9090604@jefferyfernandez.id.au>
References:  <4217E846.9090604@jefferyfernandez.id.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?421C262D.2000306>