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')
-rw-r--r--certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/README10
l---------certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/cert.pem1
l---------certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/chain.pem1
l---------certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/fullchain.pem1
l---------certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/privkey.pem1
5 files changed, 14 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.
diff --git a/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/cert.pem b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/cert.pem
new file mode 120000
index 000000000..79b6abdf9
--- /dev/null
+++ b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/cert.pem
@@ -0,0 +1 @@
+../../archive/a.encryption-example.com/cert1.pem \ No newline at end of file
diff --git a/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/chain.pem b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/chain.pem
new file mode 120000
index 000000000..2d6b30420
--- /dev/null
+++ b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/chain.pem
@@ -0,0 +1 @@
+../../archive/a.encryption-example.com/chain1.pem \ No newline at end of file
diff --git a/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/fullchain.pem b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/fullchain.pem
new file mode 120000
index 000000000..b801ef735
--- /dev/null
+++ b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/fullchain.pem
@@ -0,0 +1 @@
+../../archive/a.encryption-example.com/fullchain1.pem \ No newline at end of file
diff --git a/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/privkey.pem b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/privkey.pem
new file mode 120000
index 000000000..74e20c5ff
--- /dev/null
+++ b/certbot-ci/certbot_integration_tests/assets/sample-config/live/a.encryption-example.com/privkey.pem
@@ -0,0 +1 @@
+../../archive/a.encryption-example.com/privkey1.pem \ No newline at end of file