caddyfile update

This commit is contained in:
John Lancaster
2026-01-01 21:05:11 -06:00
parent ecda3d4369
commit 13438044e6

View File

@@ -7,7 +7,9 @@
protocols tls1.3 protocols tls1.3
client_auth { client_auth {
mode require_and_verify mode require_and_verify
trusted_ca_cert_file /certs/root_ca.crt trust_pool file {
pem_file /certs/root_ca.crt
}
} }
} }
reverse_proxy rest-server:8000 reverse_proxy rest-server:8000