sudo certbot renew --dry-run
sudo certbot renew --dry-run
sudo apt-get update
sudo apt-get install python-certbot-nginx
OutputIMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at
/etc/letsencrypt/live/example.com/fullchain.pem. Your cert will
expire on 2017-10-23. To obtain a new or tweaked version of this
certificate in the future, simply run certbot again with the
"certonly" option. To non-interactively renew *all* of your
certificates, run "certbot renew"
- Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
- If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
sudo add-apt-repository ppa:certbot/certbot
sudo nano /etc/nginx/sites-available/example.com
sudo systemctl reload nginx
sudo certbot --nginx -d example.com -d www.example.com
OutputPlease choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
-------------------------------------------------------------------------------
1: No redirect - Make no further changes to the webserver configuration.
2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
new sites, or if you're confident your site works on HTTPS. You can undo this
change by editing your web server's configuration.
-------------------------------------------------------------------------------
Select the appropriate number [1-2] then [enter] (press 'c' to cancel):
sudo nginx -t
Recommend
How To Set Up Let's Encrypt with Nginx Server Blocks on Ubuntu 16.04 Step 1 — Installing Certbot
Comment utiliser Go avec MongoDB en utilisant le pilote MongoDB Go Étape 8 — Suppression d’une tâche
Comment utiliser Go avec MongoDB en utilisant le pilote MongoDB Go Étape 5 — Fin d’une tâche
Comment utiliser Go avec MongoDB en utilisant le pilote MongoDB Go Étape 3 — Création d’une tâche
Comment utiliser Go avec MongoDB en utilisant le pilote MongoDB Go Conditions préalables
Lidando com a função Panics em Go Detectando panics com o recover
Lidando com a função Panics em Go Lidando com os panics
Lidando com a função Panics em Go Funções adiadas
Lidando com a função Panics em Go Usando o função integrada panic
Lidando com a função Panics em Go Receptores nulos
Lidando com a função Panics em Go Anatomia de um panic
Lidando com a função Panics em Go Entendendo a função Panics Panics fora dos limites