Client certificate authentication in Caddy v2

Is there a way to do that in the V2 ?

Luckily, this was just merged in a couple weeks ago: ability to specify that client cert must be present in SSL by evtr · Pull Request #2913 · caddyserver/caddy · GitHub

I think we’re still missing documentation and Caddyfile support, but this should be added very soon. @matt

It’s supported via JSON configuration for now: JSON Config Structure - Caddy Documentation

The documentation when it gets implemented for the Caddyfile config will be here: tls (Caddyfile directive) — Caddy Documentation

2 Likes

Eh, yeah, need to polish up the docs on that feature a bit, and add Caddyfile support.

2 Likes

Thanks! So I will use the JSON config in the meantimes.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.