From 398bd4a2cd8e7a3b5f47b6a24fc3a0c604d0be5b Mon Sep 17 00:00:00 2001 From: Jeremy Gillula Date: Wed, 18 Apr 2018 16:46:39 -0700 Subject: [PATCH] =?UTF-8?q?Emphasizing=20the=20warnings=20in=20the=20READM?= =?UTF-8?q?Es=20in=20/etc/letsencrypt/live/exam=E2=80=A6=20(#5871)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Emphasizing the warnings in the READMEs in /etc/letsencrypt/live/example.com * Making the warning more of a statement --- certbot/storage.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/certbot/storage.py b/certbot/storage.py index ed3922c58..c453e55b0 100644 --- a/certbot/storage.py +++ b/certbot/storage.py @@ -1053,6 +1053,9 @@ class RenewableCert(object): "`cert.pem` : will break many server configurations, and " "should not be used\n" " without reading further documentation (see link below).\n\n" + "WARNING: DO NOT MOVE THESE FILES!\n" + " Certbot expects these files to remain in this location in order\n" + " to function properly!\n\n" "We recommend not moving these files. For more information, see the Certbot\n" "User Guide at https://certbot.eff.org/docs/using.html#where-are-my-" "certificates.\n")