mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00
Add client certificate options to default configuration file
This commit is contained in:
parent
783254c3be
commit
82c17f8271
1 changed files with 9 additions and 0 deletions
9
.gotty
9
.gotty
|
@ -30,6 +30,15 @@
|
||||||
// [string] Default TLS key file path
|
// [string] Default TLS key file path
|
||||||
// tls_key_file = "~/.gotty.key"
|
// tls_key_file = "~/.gotty.key"
|
||||||
|
|
||||||
|
// [bool] Enable client certificate authentication
|
||||||
|
// enable_client_certificate = false
|
||||||
|
|
||||||
|
// [string] Client Certificate CA file for validation
|
||||||
|
// client_ca_file = "~/.gotty.ca.crt"
|
||||||
|
|
||||||
|
// [bool] Enable client certificate validation against the provided CA file
|
||||||
|
// enable_client_certificate_verification = false
|
||||||
|
|
||||||
// [string] Custom index.html file
|
// [string] Custom index.html file
|
||||||
// index_file = ""
|
// index_file = ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue