Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit c9849df

Browse files
authored
Merge pull request #6 from delormejonathan/fix-readme-lex3-root-certificate
Add root certificate chain explanation in README
2 parents 179b47e + cea944e commit c9849df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ haproxy as follows:
8080
server ca acme-v02.api.letsencrypt.org:443 ssl verify required ca-file letsencrypt-x3-ca-chain.pem
8181
http-request set-header Host acme-v02.api.letsencrypt.org
8282

83+
``letsencrypt-x3-ca-chain.pem`` is the concatenation of the active root certificate and intermediate certificate in one pem file, available here : https://letsencrypt.org/certificates/
84+
8385
Configuration is kept in a separate Lua file, where you must explicitly set
8486
``termsOfServiceAgreed`` option to ``true`` in order to be able to acquire
8587
certs. Before doing that, please read latest Let's Encrypt terms of service and

0 commit comments

Comments
 (0)