From 81b8b02ac9486a1e5248b56351712059faede632 Mon Sep 17 00:00:00 2001 From: Renken Date: Sun, 24 Dec 2023 23:44:41 +0100 Subject: config, deploy: shione: nginx: enable https support --- deploy/shione/nginx/create_nginx_user.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deploy/shione/nginx') diff --git a/deploy/shione/nginx/create_nginx_user.sh b/deploy/shione/nginx/create_nginx_user.sh index 8d5f13d..ebddaa5 100644 --- a/deploy/shione/nginx/create_nginx_user.sh +++ b/deploy/shione/nginx/create_nginx_user.sh @@ -3,3 +3,7 @@ set -eu adduser --system --no-create-home --verbose --debug nginx + +apt install nginx certbot python3-certbot-nginx + +certbot --nginx -d shione.net -d www.shione.net -- cgit v1.2.3