Re: FreeBSD 4.x and Apache+mod_ssl
Re: FreeBSD 4.x and Apache+mod_ssl
am 19.11.2002 17:11:59 von Marcel Erkens
from /usr/ports/www/apache13-modssl/ run:
make certificate TYPE=custom
and follow the prompts.. remember to copy them to wherever you're storing the
certs apache uses and run make from that dir to update the links...
That should do it :)
Hope this helps!
Marcel
On Tuesday 19 November 2002 21:54, Ronnie Clark wrote:
> Hello all,
>
> I am running FreeBSD 4.7 STABLE and just loaded mysql,
> Apache13+mod_ssl, and mod_php4 from the ports collection. I got php and
> SSL playing nice together, but I now have a website that is showing an
> invalid cert. How do I generate my own CA and new server cert signed by
> that CA in this format?
>
> Thanks in advance,
> Ron Clark
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
--
"They that give up essential liberty to obtain a little temporary safety...
deserve neither safety nor liberty." - Benjamin Franklin(1759)
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
FreeBSD 4.x and Apache+mod_ssl
am 19.11.2002 22:54:33 von Ronnie Clark
Hello all,
I am running FreeBSD 4.7 STABLE and just loaded mysql,
Apache13+mod_ssl, and mod_php4 from the ports collection. I got php and
SSL playing nice together, but I now have a website that is showing an
invalid cert. How do I generate my own CA and new server cert signed by
that CA in this format?
Thanks in advance,
Ron Clark
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: FreeBSD 4.x and Apache+mod_ssl
am 19.11.2002 23:10:34 von Justin
here are some good certificate howtos hope they help you
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/ht ml_single/SSL-Certificates-HOWTO.html#AEN139
--
_ __ ___ ____ ___ ___ ___
Justin Bastedo _ __ ___ | _ ) __| \
justin@bsdnerds.org _ __ | _ \._ \ |) |
FreeBSD: The Power To Serve _ |___/___/___/
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: FreeBSD 4.x and Apache+mod_ssl
am 20.11.2002 15:15:14 von Ronnie Clark
Marcel,
Thanks for the help, but I am either too sleepy or too slow to make
this work right. I did these steps from the /usr/ports/www/apache13-
modssl/ directory:
make
make certificate TYPE=custom
make install
When I do the make install, it automatically writes in the snake oil CA
and server cert, which are old and expired. How do I get it to
recognize and use my new custom CA and server cert?
Thanks again for the help. I am also sending this to freebsd-questions.
Ron Clark
> from /usr/ports/www/apache13-modssl/ run:
> make certificate TYPE=custom
>
> and follow the prompts.. remember to copy them to wherever you're
storing the
> certs apache uses and run make from that dir to update the links...
>
> That should do it :)
> Hope this helps!
> Marcel
>
>
>
> On Tuesday 19 November 2002 21:54, Ronnie Clark wrote:
> > Hello all,
> >
> > I am running FreeBSD 4.7 STABLE and just loaded mysql,
> > Apache13+mod_ssl, and mod_php4 from the ports collection. I got php
and
> > SSL playing nice together, but I now have a website that is showing
an
> > invalid cert. How do I generate my own CA and new server cert
signed by
> > that CA in this format?
> >
> > Thanks in advance,
> > Ron Clark
> >
> >
> >
____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl)
www.modssl.org
> > User Support Mailing List modssl-
users@modssl.org
> > Automated List Manager
majordomo@modssl.org
>
> --
> "They that give up essential liberty to obtain a little temporary
safety...
> deserve neither safety nor liberty." - Benjamin Franklin(1759)
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Re: FreeBSD 4.x and Apache+mod_ssl
am 20.11.2002 17:37:45 von camccuk
>Thanks for the help, but I am either too sleepy or too slow to make
>this work right. I did these steps from the /usr/ports/www/apache13-
>modssl/ directory:
>make
>make certificate TYPE=custom
>make install
>
>When I do the make install, it automatically writes in the snake oil CA
>and server cert, which are old and expired. How do I get it to
>recognize and use my new custom CA and server cert?
I'd highly recommend the CA scripts available at ModSSL thusly:
http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz
-----------------------------------------
camccuk@netscape.net
____________________________________________________________ ______
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org