Skip to content

Commit 2c91935

Browse files
committed
docs: document dynamic SSL certificate discovery for ACME providers
1 parent c9c8414 commit 2c91935

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ In case if rules set as a part of docker compose environment, destination with t
163163

164164
SSL mode (by default none) can be set to `auto` (ACME/LE certificates), `static` (existing certificate) or `none`. If `auto` turned on SSL certificate will be issued automatically for all discovered server names. User can override it by setting `--ssl.fqdn` value(s). In `auto` and `static` SSL mode, Reproxy will automatically add the `X-Forwarded-Proto` and `X-Forwarded-Port` headers. These headers are useful for services behind the proxy to know the original protocol (http or https) and port number used by the client.
165165

166+
When using ACME with discovery providers (docker, file, consul), SSL certificates are automatically obtained for newly discovered servers without requiring a reproxy restart.
167+
166168
### ACME Challenges
167169

168170
Reproxy supports two types of ACME challenges for SSL certificate validation:

0 commit comments

Comments
 (0)