Hello, --- Massimiliano Pala <[EMAIL PROTECTED]> wrote: > Joseph Lee wrote: > > Hello, > > Hello, > > > I have run "gmake install-ca" and "gmake > install-ext" > > to install my CA and RA, but there is no > cacert.pem or > > cakey.pem created under my install directory. > > You have to go through the initialization phases: > > 0. Initialize the DB > 1. Create the secret Key > 2. Create the request > 3. Self-sign or import the certificate from a > top-level CA > 4. Rebuild the Chain (if needed) >
I used the following openSSL command to create my self-signed CA cert and key: % openssl req -config ca-openssl.cnf -x509 -newkey rsa:2048 -keyout cakey.pem -out cacert.pem -outform PEM It generated cacert.pem and cakey.pem successfully. I don't have a database to use. I think openSSL uses a flat file for that. Is this OK? Thank you. Joe > Then you should proceed by creating the > administrators' certificates. > > -- > > C'you, > > Massimiliano Pala > > --o------------------------------------------------------------------------ > Massimiliano Pala [OpenCA Project Manager] > [EMAIL PROTECTED] > > Tel.: +39 (0)59 270 094 > http://www.openca.org Fax: > +39 178 270 2077 > http://openca.sourceforge.net > Mobile: +39 (0)347 7222 365 > > University of Modena and Reggio Emilia > Certification Authority Informations: > > Authority Access Point > http://pki.unimo.it > Authority's Certificate: > http://pki.unimo.it/ca/issuers.html > Certificate Revocation List: > http://pki.unimo.it/crl/cacrl.crl > --o------------------------------------------------------------------------ > > ATTACHMENT part 2 application/x-pkcs7-signature name=smime.p7s __________________________________ Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster http://search.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
