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:
rieger::CLOUD
2019-01-21 17:53:06 +01:00
committed by GitHub
parent b2077b05b4
commit f90fdc7356

View File

@@ -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