diff options
Diffstat (limited to 'ssl-config-generator/index.html')
-rw-r--r-- | ssl-config-generator/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ssl-config-generator/index.html b/ssl-config-generator/index.html index f6f46cf..ef3d573 100644 --- a/ssl-config-generator/index.html +++ b/ssl-config-generator/index.html @@ -86,7 +86,9 @@ server { SSLEngine on {{certFile}} SSLCertificateKeyFile /path/to/private/key - SSLCACertificateFile /path/to/all_ca_certs + + # Uncomment the following directive when using client certificate authentication + #SSLCACertificateFile /path/to/ca_certs_for_client_authentication {{hsts}} ... |