From 491e116dfcbd8e3af279f11c0357e1352ad74fe2 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 11 Sep 2019 11:58:15 +0200 Subject: [PATCH] Add 'config/lets-encrypt/README' --- config/lets-encrypt/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/lets-encrypt/README diff --git a/config/lets-encrypt/README b/config/lets-encrypt/README new file mode 100644 index 0000000..c7389c7 --- /dev/null +++ b/config/lets-encrypt/README @@ -0,0 +1,14 @@ +This directory contains your keys and certificates. + +`privkey.pem` : the private key for your certificate. +`fullchain.pem`: the certificate file used in most server software. +`chain.pem` : used for OCSP stapling in Nginx >=1.3.7. +`cert.pem` : will break many server configurations, and should not be used + without reading further documentation (see link below). + +WARNING: DO NOT MOVE OR RENAME THESE FILES! + Certbot expects these files to remain in this location in order + to function properly! + +We recommend not moving these files. For more information, see the Certbot +User Guide at https://certbot.eff.org/docs/using.html#where-are-my-certificates. \ No newline at end of file