MyNixOS website logo
option

services.zitadel.tlsMode

The TLS mode to use. Options are:

  • enabled: ZITADEL accepts HTTPS connections directly. You must configure TLS if this option is selected.
  • external: ZITADEL forces HTTPS connections, with TLS terminated at a reverse proxy.
  • disabled: ZITADEL accepts HTTP connections only. Should only be used for testing.
Declarations
Type
one of "external", "enabled", "disabled"
Default
"external"
Example
"enabled"