From 2c1bc49e593e1a4b804e8dc42e0d297f8cbfb023 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 10 Sep 2019 19:45:49 +0200 Subject: [PATCH] Delete 'config/let's-encrypt/README' --- config/let's-encrypt/README | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 config/let's-encrypt/README diff --git a/config/let's-encrypt/README b/config/let's-encrypt/README deleted file mode 100644 index 5050078..0000000 --- a/config/let's-encrypt/README +++ /dev/null @@ -1,14 +0,0 @@ -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.