diff --git a/certbot.sh b/certbot.sh index a296938..9da0054 100644 --- a/certbot.sh +++ b/certbot.sh @@ -15,6 +15,9 @@ case $1 in --agree-tos \ --webroot-path /var/lib/letsencrypt \ -d "${site}" + + cd /etc/letsencrypt/live + ln -s ${SUTTY} default done ;; # Generate certificates *)