caddyfile update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user