From: Christian Weiske Date: Fri, 13 May 2011 16:16:25 +0000 (+0200) Subject: add note about SNI X-Git-Tag: v0.98.0~37^2~11 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d9e74639787ae02dc5b0165e40fc2c75a74d084e;p=semanticscuttle.git add note about SNI --- diff --git a/doc/ssl-client-certificates.rst b/doc/ssl-client-certificates.rst index e12b507..7abf17a 100644 --- a/doc/ssl-client-certificates.rst +++ b/doc/ssl-client-certificates.rst @@ -94,7 +94,14 @@ you use. Apache configuration -------------------- To make use of SSL client certificates, you need to deliver SemanticScuttle -via HTTPS. +via HTTPS. + +Note that you can equip several virtual hosts with SSL certificates +and keep them on the same, standard SSL port by using SNI - +`Server Name Indication`__. + +.. _SNI: http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI +__ SNI_ A basic virtual host configuration with SSL looks like this: