Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 82c17f82
authored
Sep 30, 2015
by
Andrea Lusuardi - uovobw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add client certificate options to default configuration file
1 parent
783254c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
.gotty
.gotty
View file @
82c17f8
...
@@ -30,6 +30,15 @@
...
@@ -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 = ""
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment