MyNixOS website logo
option

services.taskserver.trust

Determines how client certificates are validated.

The value allow all performs no client certificate validation. This is not recommended. The value strict causes the client certificate to be validated against a CA.

Declarations
Type
one of "allow all", "strict"
Default
"strict"