-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Description
Issue Details
If I use verifier leaf file inside a tls client_auth block then it works fine. If I use verifier leaf folder then it fails and I can't negotiate TLS. Am I doing something wrong?
Works:
tls {
client_auth {
trust_pool file /etc/caddy/tls/root_ca.crt
verifier leaf file /etc/caddy/tls/test.crt
}
}
Fails:
tls {
client_auth {
trust_pool file /etc/caddy/tls/root_ca.crt
verifier leaf folder /etc/caddy/tls/
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels