-
-
Notifications
You must be signed in to change notification settings - Fork 109
TLS with optional client auth #584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
2c597a9
632eead
3500f85
0d392b1
99a225d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,6 +80,9 @@ type HeplifyServer struct { | |
| ScriptEngine string `default:"lua"` | ||
| ScriptFolder string `default:""` | ||
| ScriptHEPFilter []int `default:"1,5,100"` | ||
| TLSCertFolder string `default:"."` | ||
| TLSMinVersion string `default:"1.2"` | ||
| TLSCertFile string `default:""` | ||
| TLSKeyFile string `default:""` | ||
| TLSClientCAFile string `default:""` | ||
| TLSRequireClientCert bool `default:"false"` | ||
| TLSMinVersion string `default:"1.2"` | ||
|
Comment on lines
+83
to
+87
|
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.