Chris Fouts wrote:
I installed openca-0.9.1 to play with generating certs.
When I try to access my web server, I get presented with
a certificate, as expected. However, the certificate is
NOT from the webserver, but from localhost. Which config
file do I use to set up the webserver certificate correctly?

Version 1 --------- 1. go to the config directory of your apache 2. go to ssl.key 3. create a request from this key with "openssl req" (man req) 4. take the request and submit it via the public interface to your PKI 5. check and approve the request on the RA interface 6. issue the certificate on the CA interface 7. download the cert via RA or public interface

Version 2
---------
1. go to initialization
2. --> initialize first web server (third point)
3. do all the steps
4. download the certificate and key into one file
5. split the file
6. copy the cert to ssl.crt (in your apache config dir)
7. copy the key to ssl.key (in your apache config dir)

Check the apache config for the correct filenames.

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org




------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to