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:
Diffstat (limited to 'certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/README')
-rw-r--r--certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/README b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/README
new file mode 100644
index 000000000..15194ae3a
--- /dev/null
+++ b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/README
@@ -0,0 +1,10 @@
+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).
+
+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.