mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: bug with TLS Client auth flag (#4450)
This commit is contained in:
@@ -269,7 +269,7 @@ func Flags() codersdk.DeploymentFlags {
|
||||
TLSClientAuth: codersdk.StringFlag{
|
||||
Name: "TLS Client Auth",
|
||||
Flag: "tls-client-auth",
|
||||
EnvVar: "CODER_TLS_KEY_FILE",
|
||||
EnvVar: "CODER_TLS_CLIENT_AUTH",
|
||||
Description: `Policy the server will follow for TLS Client Authentication. ` +
|
||||
`Accepted values are "none", "request", "require-any", "verify-if-given", or "require-and-verify"`,
|
||||
Default: "request",
|
||||
|
||||
Reference in New Issue
Block a user