mirror of https://github.com/tidwall/tile38.git
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
|
# Simple TLS config file
|
||
|
|
||
|
port: 4443
|
||
|
net: localhost # net interface
|
||
|
|
||
|
tls {
|
||
|
cert_file: "./configs/certs/server.pem"
|
||
|
key_file: "./configs/certs/key.pem"
|
||
|
timeout: 2
|
||
|
}
|
||
|
|
||
|
authorization {
|
||
|
user: derek
|
||
|
password: buckley
|
||
|
timeout: 1
|
||
|
}
|