1
General Discussion / Client certificates (mTLS) in Caddy plugin
« on: November 05, 2024, 05:38:31 pm »
Hi,
am I right, that the Caddy reverse proxy plugin (https://github.com/opnsense/plugins/tree/master/www/caddy) currently has no possibility to configure TLS client certificates through the GUI?
If yes, my approach would be to add a custom config file since the generated Caddyfile imports anything from
But for this, I need to know where OPNsense stores the generated CAs and certificates when using System --> Security to create them. Can someone tell me where they are stored? I need the file path to provide them in the Caddy config...
Thanks and best regards
am I right, that the Caddy reverse proxy plugin (https://github.com/opnsense/plugins/tree/master/www/caddy) currently has no possibility to configure TLS client certificates through the GUI?
If yes, my approach would be to add a custom config file since the generated Caddyfile imports anything from
Code: [Select]
/usr/local/etc/caddy/caddy.d/*.conf
.But for this, I need to know where OPNsense stores the generated CAs and certificates when using System --> Security to create them. Can someone tell me where they are stored? I need the file path to provide them in the Caddy config...
Thanks and best regards