Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2017-06-02 01:26:54 +0300
committerGitHub <noreply@github.com>2017-06-02 01:26:54 +0300
commitd25069d89bdbf303d1139d854b00e94df754ebc6 (patch)
tree593f8c4ceb8ed134b6be9af0cd28ebb795a107cc /certbot-nginx
parent4f00c3ea75b1f97cabf29f84913685e51f3bb5cf (diff)
Remove reference to .new in Nginx's SSL options. (#4769)
Diffstat (limited to 'certbot-nginx')
-rw-r--r--certbot-nginx/certbot_nginx/constants.py1
-rw-r--r--certbot-nginx/certbot_nginx/options-ssl-nginx.conf9
2 files changed, 6 insertions, 4 deletions
diff --git a/certbot-nginx/certbot_nginx/constants.py b/certbot-nginx/certbot_nginx/constants.py
index a74f97662..2e72b8686 100644
--- a/certbot-nginx/certbot_nginx/constants.py
+++ b/certbot-nginx/certbot_nginx/constants.py
@@ -27,6 +27,7 @@ ALL_SSL_OPTIONS_HASHES = [
'a6d9f1c7d6b36749b52ba061fff1421f9a0a3d2cfdafbd63c05d06f65b990937',
'7f95624dd95cf5afc708b9f967ee83a24b8025dc7c8d9df2b556bbc64256b3ff',
'394732f2bbe3e5e637c3fb5c6e980a1f1b90b01e2e8d6b7cff41dde16e2a756d',
+ '4b16fec2bcbcd8a2f3296d886f17f9953ffdcc0af54582452ca1e52f5f776f16',
]
"""SHA256 hashes of the contents of all versions of MOD_SSL_CONF_SRC"""
diff --git a/certbot-nginx/certbot_nginx/options-ssl-nginx.conf b/certbot-nginx/certbot_nginx/options-ssl-nginx.conf
index 7303f9bc6..292d42984 100644
--- a/certbot-nginx/certbot_nginx/options-ssl-nginx.conf
+++ b/certbot-nginx/certbot_nginx/options-ssl-nginx.conf
@@ -1,7 +1,8 @@
-# This file contains important security parameters. If you modify this file manually,
-# Certbot will be unable to automatically provide future security updates.
-# Instead, you will need to manually update this file by referencing the contents of
-# options-ssl-nginx.conf.new.
+# This file contains important security parameters. If you modify this file
+# manually, Certbot will be unable to automatically provide future security
+# updates. Instead, Certbot will print and log an error message with a path to
+# the up-to-date file that you will need to refer to when manually updating
+# this file.
ssl_session_cache shared:le_nginx_SSL:1m;
ssl_session_timeout 1440m;