mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-07 21:21:54 +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..."
|
||||
}
|
||||
###add the letsencrypt repository to the server
|
||||
add-apt-repository ppa:certbot/certbot -y
|
||||
#add-apt-repository ppa:certbot/certbot -y
|
||||
update_and_clean
|
||||
###install letsencrypt
|
||||
apt install letsencrypt -y
|
||||
apt install certbot -t stretch-backports -y
|
||||
###ensure lower cases
|
||||
declare -l DYNDNSNAME
|
||||
declare -l YOURSERVERNAME
|
||||
|
||||
Reference in New Issue
Block a user