mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
Feb. 13th 2019: End of life for tls sni 01 (Let's Encrypt)
added apt install certbot -t stretch-backports -y
This commit is contained in:
@@ -34,10 +34,10 @@ echo "And verify, your dyndns points to your IP properly!"
|
|||||||
echo "Then retry..."
|
echo "Then retry..."
|
||||||
}
|
}
|
||||||
###add the letsencrypt repository to the server
|
###add the letsencrypt repository to the server
|
||||||
add-apt-repository ppa:certbot/certbot -y
|
#add-apt-repository ppa:certbot/certbot -y
|
||||||
update_and_clean
|
update_and_clean
|
||||||
###install letsencrypt
|
###install letsencrypt
|
||||||
apt install letsencrypt -y
|
apt install certbot -t stretch-backports -y
|
||||||
###ensure lower cases
|
###ensure lower cases
|
||||||
declare -l DYNDNSNAME
|
declare -l DYNDNSNAME
|
||||||
declare -l YOURSERVERNAME
|
declare -l YOURSERVERNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user