summaryrefslogtreecommitdiffstats
path: root/ssl-config-generator/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ssl-config-generator/index.html')
-rw-r--r--ssl-config-generator/index.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/ssl-config-generator/index.html b/ssl-config-generator/index.html
index faf171d..160efb2 100644
--- a/ssl-config-generator/index.html
+++ b/ssl-config-generator/index.html
@@ -82,16 +82,17 @@ server {
SSLCertificateKeyFile /path/to/private/key
SSLCACertificateFile /path/to/all_ca_certs
- # {{securityProfile}} configuration, tweak to your needs
- SSLProtocol {{sslProtocols}}
- SSLCipherSuite {{cipherSuites}}
- SSLHonorCipherOrder on
-{{compression}}
-{{sslSessionTickets}}
-{{ocspStapling}}
{{hsts}}
...
</VirtualHost>
+
+# {{securityProfile}} configuration, tweak to your needs
+SSLProtocol {{sslProtocols}}
+SSLCipherSuite {{cipherSuites}}
+SSLHonorCipherOrder on
+{{compression}}
+{{sslSessionTickets}}
+{{ocspStapling}}
{{ocspStaplingCache}}
</pre>
</script>