Update Let's Encrypt (Certbot) from V1 to ACME V2 for ubuntu 14 - Oke, for this time i will to show you how to update let's encrypt or certbot from v1 to ACME v2 for ubuntu 14. Let's do this:
Step 1: Install certbot-auto:
wget https://dl.eff.org/certbot-autosudo mv certbot-auto /usr/local/bin/certbot-autosudo chown root /usr/local/bin/certbot-autosudo chmod 0755 /usr/local/bin/certbot-auto
Step 2: configure nginx :
sudo /usr/local/bin/certbot-auto --nginx
This step will ask you:
1: Attempt to reinstall this existing certificate
2: Renew & replace the cert (limit ~5 per 7 days)
Just type 1 or 2 and hit enter. Enjoyy!
0 Komentar