You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the option to configure custom certificates for the L4 TLS handler via the Caddyfile as it is possible in Caddy with the tls <cert_file> <key_file> directive.
I would e.g. like to use it like this (in the context of docker compose):
In my use case, I use Caddy with the Layer4 module as a reverse proxy in an environment that may not have online access.
I would therefore like to be able to specify my own certificate here.
It would be nice to have the option to configure custom certificates for the L4 TLS handler via the Caddyfile as it is possible in Caddy with the
tls <cert_file> <key_file>
directive.I would e.g. like to use it like this (in the context of docker compose):
This feature request emerged from the discussion in Custom certificates for TLS termination in layer4 app
The text was updated successfully, but these errors were encountered: