diff --git a/config.yml b/config.yml index 3b2f552..a41d76d 100644 --- a/config.yml +++ b/config.yml @@ -31,4 +31,10 @@ motd: | # Restrict what IP(s) the server runs on, separated by spaces, useful if you have alternate IPs/Networks -# restrict-ip: 127.0.0.1 \ No newline at end of file +# restrict-ip: 127.0.0.1 + +# SSL enable, certificate, and private key. + +# ssl: on +# ssl_cert: /etc/letsencrypt/live/domain/fullchain.pem +# ssl_pkey: /etc/letsencrypt/live/domain/privkey.pem \ No newline at end of file