TLS / HTTPS
Enable TLS / HTTPS support
Configuration
{
"tls": {
"address": ":8181",
"enable": false,
"auto": false,
"mail": "[email protected]",
"cert_file": "",
"key_file": "",
}
}CORE_TLS_ADDRESS=":8181"
CORE_TLS_ENABLE=false
CORE_TLS_AUTO=false
[email protected]
CORE_TLS_CERT_FILE=
CORE_TLS_KEY_FILE=address (string)
enable (bool)
auto (bool)
mail (string)
cert_file (string)
key_file (string)
Examples
Let's Encrypt
Self-Signed certificates
Last updated
Was this helpful?
