Changes

Jump to navigation Jump to search
111 bytes added ,  07:18, 13 November 2017
no edit summary
Line 3: Line 3:  
  sudo add-apt-repository ppa:certbot/certbot
 
  sudo add-apt-repository ppa:certbot/certbot
 
  sudo apt-get update
 
  sudo apt-get update
  sudo apt-get install certbot  
+
  sudo apt-get install certbot
 +
sudo apt-get install python-certbot-nginx (for nginx)
 +
sudo certbot --nginx -d example.com -d www.example.com
 
== Create new certificate ==
 
== Create new certificate ==
 
  sudo certbot certonly --standalone
 
  sudo certbot certonly --standalone

Navigation menu