[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ2]Trouble with SSL
- Subject: Re: [cobalt-users] [RAQ2]Trouble with SSL
- From: Aeron Jarrett <ajarrett@xxxxxxxxxxxxx>
- Date: Thu May 18 17:07:08 2000
Then it must be that the stuff in the server.crt file in ssl.crt directory
is for alliedlenging and not for jolting joe. I assume that what you did
for the other virtuals was to put an sslcertificate option in the
virtualhost block that denotes a .crt file other thatn the server.crt
file... list say alliedlending would have:
<virtualhost alliedelenging.com:443>
...
SSLCertificate /etc/httpd/conf/ssl.crt/alliedlending.crt
...
</virttualhost>
and that would leave the server certificate for the main server safe for
the main server's identification. This might need to be explained more...
let me know if you want me to...