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

Commit a634862

Browse files
author
Adis Nezirovic
committed
DOC/MINOR: Set Host header in README configuration example.
1 parent afbb01b commit a634862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ haproxy as follows:
7272
listen acme-ca
7373
bind 127.0.0.1:9012
7474
server ca acme-v02.api.letsencrypt.org:443 ssl verify required ca-file letsencrypt-x3-ca-chain.pem
75+
http-request set-header Host acme-v02.api.letsencrypt.org
7576

7677
Configuration is kept in a separate Lua file, where you must explicitly set
7778
``termsOfServiceAgreed`` option to ``true`` in order to be able to acquire

0 commit comments

Comments
 (0)