14 lines
223 B
Caddyfile
14 lines
223 B
Caddyfile
(mtls_protect) {
|
|
tls {
|
|
client_auth {
|
|
mode require_and_verify
|
|
trusted_ca_cert_file /etc/caddy/ssl/rootCA.pem
|
|
}
|
|
}
|
|
}
|
|
|
|
{
|
|
email antip.ada@yandex.ru
|
|
}
|
|
|
|
import conf.d/*.caddy |