You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Minimal TLS configuration example. Additionally, a certificate and a key file
|
|
|
|
# are needed.
|
|
|
|
tls_server_config:
|
|
|
|
cert_file: server.crt
|
|
|
|
key_file: server.key
|
|
|
|
|