Changes

Jump to navigation Jump to search
221 bytes added ,  17:51, 4 April 2017
Line 1: Line 1:  
= Lets Encrypt =
 
= Lets Encrypt =
Create new certificate:
+
== Install ==
 +
sudo add-apt-repository ppa:certbot/certbot
 +
sudo apt-get update
 +
sudo apt-get install certbot
 +
== Create new certificate ==
 
  sudo certbot certonly --standalone
 
  sudo certbot certonly --standalone
 
Renew certificates:
 
Renew certificates:
 
  certbot renew
 
  certbot renew
   −
Crontab renewal
+
== Crontab renewal ==
 
  $ sudo crontab -e
 
  $ sudo crontab -e
    
  * 7,19 * * * certbot -q renew
 
  * 7,19 * * * certbot -q renew
 +
== Docs ==
 +
https://certbot.eff.org/docs/using.html#re-creating-and-updating-existing-certificates
 +
    
Fuente: www.akadia.com/services/ssh_test_certificate.html
 
Fuente: www.akadia.com/services/ssh_test_certificate.html

Navigation menu