Skip to content

Commit d22996e

Browse files
authored
fix: bug with TLS Client auth flag (#4450)
1 parent 6bc0390 commit d22996e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/deployment/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func Flags() codersdk.DeploymentFlags {
269269
TLSClientAuth: codersdk.StringFlag{
270270
Name: "TLS Client Auth",
271271
Flag: "tls-client-auth",
272-
EnvVar: "CODER_TLS_KEY_FILE",
272+
EnvVar: "CODER_TLS_CLIENT_AUTH",
273273
Description: `Policy the server will follow for TLS Client Authentication. ` +
274274
`Accepted values are "none", "request", "require-any", "verify-if-given", or "require-and-verify"`,
275275
Default: "request",

0 commit comments

Comments
 (0)