diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-13 18:16:25 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-13 18:16:25 +0200 |
commit | d9e74639787ae02dc5b0165e40fc2c75a74d084e (patch) | |
tree | 5fcfdc30328a27f036c68f7a91c2692b5e68816c /doc/ssl-client-certificates.rst | |
parent | 62afb014825e85c40df225358d608bef430a8949 (diff) | |
download | semanticscuttle-d9e74639787ae02dc5b0165e40fc2c75a74d084e.tar.gz semanticscuttle-d9e74639787ae02dc5b0165e40fc2c75a74d084e.tar.bz2 |
add note about SNI
Diffstat (limited to 'doc/ssl-client-certificates.rst')
-rw-r--r-- | doc/ssl-client-certificates.rst | 9 |
1 files changed, 8 insertions, 1 deletions
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: |