Thanks for the reply.
I check the /usr/share/ but I can't find the ca.crt or ca-bundle.crt.
I did find a ca.1ssl.gz file.
If I can't find it, can you please tell me how to create my own CA?
Thanks!
On Fri, 12 Nov 2004 22:22:30 +0300, Nikolas Mirin <[EMAIL PROTECTED]> wrote:
> ca.crt and ca-bu
Take a look at FAQ www.modssl.org
Basically speaking, in order to provide both regular HTTP and HTTPS you must
run two virtual servers in your apache that listen different ports 80 and 443
respectively,
so, I do not see other way, that setup a redirect (url rewrite) from the HTTP
location to
ca.crt and ca-bundle.crt contain the CA certs i.e. certs that were
used to sign and verify the other certs. The certs of Verising, Twahte etc.
You need them in case the client of you server authenticates himself with some
cert,
so you can verify his cert with those among CA certs.
You must have c