From f367f6b43f960d76ccbd4f29c243bbd59f57f72f Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 2 Jan 2025 19:32:58 -0800 Subject: [PATCH] Update config.yml --- config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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