You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jason Morehouse <jm...@netconcepts.com> on 2005/09/02 23:12:26 UTC

[users@httpd] Dynamic SSLCertificateFile

Hello,

Quick question.  Does anyone know if it's possible to dynamically set
the SSLCertificateFile and SSLCertificateKeyFile directives based on the
Virtualhost?

I have a set of websites that all have the same configuration
(VirtualHost *:443), with the exception of course their SSL
certificates.  Is there any known way to set something like:

SSLCertificateFile conf/ssl.crt/{$HTTP_HOST}.crt


Thanks!
-Jason



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Dynamic SSLCertificateFile

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
No - not possible.  Search the archives about SSL virtual hosting by
name.  (As opposed to by IP).

Jason Morehouse wrote:
> Hello,
> 
> Quick question.  Does anyone know if it's possible to dynamically set
> the SSLCertificateFile and SSLCertificateKeyFile directives based on the
> Virtualhost?
> 
> I have a set of websites that all have the same configuration
> (VirtualHost *:443), with the exception of course their SSL
> certificates.  Is there any known way to set something like:
> 
> SSLCertificateFile conf/ssl.crt/{$HTTP_HOST}.crt
> 
> 
> Thanks!
> -Jason
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> .
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org