Date: Tue, 17 Feb 2004 14:59:18 -0600 From: "Eric F Crist" <ecrist@adtechintegrated.com> To: "'FreeBSD-questions'" <questions@freebsd.org> Subject: Apache ssl certificates? Message-ID: <002901c3f598$ec181060$6401a8c0@Nomad>
next in thread | raw e-mail | index | archive | help
Hello list, I've been using apache 1.3.x with mod_ssl with the snakeoil certs that are installed originally. Now, I'm trying to create a CA cert and then a certificate signed by that CA. That part is fine. Where I'm having difficulties is in the configuration. I've got the two following lines in my httpd.conf file: SSLCertificateFile /usr/local/etc/apache/ca-dir/seccomp-srv.crt SSLCertificateKeyFile /usr/local/etc/apache/ca-dir/seccomp-key.key When I go the the server via https:<servername> I get a dialog asking for me to accept a certificate, but it's still the snakeoil cert! What am I doing wrong? TIA Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002901c3f598$ec181060$6401a8c0>