You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+15
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,21 @@
62
62
"markdownDescription": "An external command that outputs additional HTTP headers added to all requests. The command must output each header as `key=value` on its own line. The following environment variables will be available to the process: `CODER_URL`.",
63
63
"type": "string",
64
64
"default": ""
65
+
},
66
+
"coder.tlsCertFile": {
67
+
"markdownDescription": "Path to file for TLS client cert",
68
+
"type": "string",
69
+
"default": ""
70
+
},
71
+
"coder.tlsKeyFile": {
72
+
"markdownDescription": "Path to file for TLS client key",
73
+
"type": "string",
74
+
"default": ""
75
+
},
76
+
"coder.tlsCaFile": {
77
+
"markdownDescription": "Path to file for TLS certificate authority",
0 commit comments