Advertisement
Guest User

Untitled

a guest
Mar 24th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. 1. Download latest code from GitHub.
  2.  
  3. wget --no-check-certificate https://github.com/letsencrypt/letsencrypt/archive/master.zip
  4.  
  5. 2. Decompress the package.
  6.  
  7. unzip master.zip && rm master.zip
  8.  
  9. 3. Go into Let's Encrypt directory.
  10.  
  11. cd letsencrypt-master
  12.  
  13. 4. Start request for SSL certificate using following command.
  14.  
  15. ./letsencrypt-auto certonly --webroot -w /var/www/domain.com/ -d www.domain.com -d domain.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement