Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
reverse_proxy_guide [2019/02/15 18:51]
warmachine [Requesting your initial certificate from Let's Encrypt]
reverse_proxy_guide [2019/03/28 18:26] (current)
warmachine
Line 2: Line 2:
  
 =====Install Nginx====== =====Install Nginx======
-sudo apt-get install nginx+<code>sudo apt-get install nginx</code>
  
 =====Requesting your initial certificate from Let's Encrypt===== =====Requesting your initial certificate from Let's Encrypt=====
Line 42: Line 42:
 =====Issue the certificate===== =====Issue the certificate=====
  
-**(Make sure you are in the directory where you installed Certbot)**+<color #ed1c24>(Make sure you are in the directory where you installed Certbot)\\ 
 +**(typically: /opt/eff.org/certbot/venv/local/bin/)**</color>
  
 <code>./certbot-auto certonly --webroot -w /var/www/sub.domain.com/ -d sub.domain.com</code> <code>./certbot-auto certonly --webroot -w /var/www/sub.domain.com/ -d sub.domain.com</code>
Last modified: le 2019/02/15 18:51