diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/shione/nginx/create_nginx_user.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |