mirror of
https://github.com/yudai/gotty.git
synced 2026-01-25 10:46:10 +01:00
Merge pull request #69 from uovobw:add-tls-client-certificate-authentication
This commit is contained in:
commit
7715f93517
4 changed files with 97 additions and 73 deletions
6
.gotty
6
.gotty
|
|
@ -30,6 +30,12 @@
|
|||
// [string] Default TLS key file path
|
||||
// tls_key_file = "~/.gotty.key"
|
||||
|
||||
// [bool] Enable client certificate authentication
|
||||
// enable_tls_client_auth = false
|
||||
|
||||
// [string] Certificate file of CA for client certificates
|
||||
// tls_ca_crt_file = "~/.gotty.ca.crt"
|
||||
|
||||
// [string] Custom index.html file
|
||||
// index_file = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue