summaryrefslogtreecommitdiffstats
path: root/docs/conf
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-06-08 11:38:44 +0200
committerStefan Fritsch <sf@apache.org>2012-06-08 11:38:44 +0200
commitccf77a856ab14a85c281ee722a8b697f1f3c4694 (patch)
tree361cb5082107dae08445ae5713e59070d2f738bc /docs/conf
parentxforms (diff)
downloadapache2-ccf77a856ab14a85c281ee722a8b697f1f3c4694.tar.xz
apache2-ccf77a856ab14a85c281ee722a8b697f1f3c4694.zip
Add support for TLS-SRP (Secure Remote Password key exchange
for TLS, RFC 5054). PR: 51075 Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou, Peter Sylvester git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347980 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/extra/httpd-ssl.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in
index 1e822a31a1..898a99628c 100644
--- a/docs/conf/extra/httpd-ssl.conf.in
+++ b/docs/conf/extra/httpd-ssl.conf.in
@@ -157,6 +157,12 @@ SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
#SSLVerifyClient require
#SSLVerifyDepth 10
+# TLS-SRP mutual authentication:
+# Enable TLS-SRP and set the path to the OpenSSL SRP verifier
+# file (containing login information for SRP user accounts). See
+# the mod_ssl FAQ for instructions on creating this file.
+#SSLSRPVerifierFile "@exp_sysconfdir@/passwd.srpv"
+
# Access Control:
# With SSLRequire you can do per-directory access control based
# on arbitrary complex boolean expressions containing server