Update Let's Encrypt from V1 to ACME V2 for ubuntu 14

 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:


Update Let's Encrypt from V1 to ACME V2 for ubuntu 14


Step 1: Install certbot-auto:

wget https://dl.eff.org/certbot-auto
sudo mv certbot-auto /usr/local/bin/certbot-auto
sudo chown root /usr/local/bin/certbot-auto
sudo 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!

Posting Komentar

0 Komentar