Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd22996e

Browse files
authored
fix: bug with TLS Client auth flag (#4450)
1 parent6bc0390 commitd22996e

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)

[8]ページ先頭

©2009-2025 Movatter.jp