symlink to default server
This commit is contained in:
parent
dc5856cb03
commit
7d7c88a70b
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ case $1 in
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
--webroot-path /var/lib/letsencrypt \
|
--webroot-path /var/lib/letsencrypt \
|
||||||
-d "${site}"
|
-d "${site}"
|
||||||
|
|
||||||
|
cd /etc/letsencrypt/live
|
||||||
|
ln -s ${SUTTY} default
|
||||||
done ;;
|
done ;;
|
||||||
# Generate certificates
|
# Generate certificates
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue