diff options
author | Matthew Holt <[email protected]> | 2024-05-11 21:39:44 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2024-05-11 21:39:56 -0600 |
commit | 583c585c81ac4bcf94fb2046b695f64a83b41cf7 (patch) | |
tree | 6877b6ec1e440114b3385e9f36a27d14102ca2d2 /caddytest | |
parent | 4356635d123ee71b72654738a0c30653a3a29d98 (diff) | |
download | caddy-583c585c81ac4bcf94fb2046b695f64a83b41cf7.tar.gz caddy-583c585c81ac4bcf94fb2046b695f64a83b41cf7.zip |
httpcaddyfile: Set challenge ports when http_port or https_port are used
Diffstat (limited to 'caddytest')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/global_options_acme.caddyfiletest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/caddytest/integration/caddyfile_adapt/global_options_acme.caddyfiletest b/caddytest/integration/caddyfile_adapt/global_options_acme.caddyfiletest index f51779253..bc4b6dcaf 100644 --- a/caddytest/integration/caddyfile_adapt/global_options_acme.caddyfiletest +++ b/caddytest/integration/caddyfile_adapt/global_options_acme.caddyfiletest @@ -63,6 +63,14 @@ "issuers": [ { "ca": "https://example.com", + "challenges": { + "http": { + "alternate_port": 8080 + }, + "tls-alpn": { + "alternate_port": 8443 + } + }, "email": "[email protected]", "external_account": { "key_id": "4K2scIVbBpNd-78scadB2g", |