User Tools

Site Tools


letsencrypt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
letsencrypt [2018/09/25 14:36] – [Apache Configuration] k2patelletsencrypt [2018/09/25 14:38] – [Nginx configuration] k2patel
Line 56: Line 56:
 </code> </code>
  
 +
 +SSL Configuration
 +<code conf ssl.conf>
 +    ssl on;
 +    ssl_certificate_key /etc/letsencrypt/live/fqdn.testdomain.com/privkey.pem;
 +    ssl_certificate /etc/letsencrypt/live/fqdn.testdomain.com/fullchain.pem;
 +    ssl_trusted_certificate /etc/letsencrypt/live/fqdn.testdomain.com/fullchain.pem;
 +</code>
 ==== Apache Configuration ==== ==== Apache Configuration ====
 So each domain only need to redirect to HTTPS if URL requested is from acme. So each domain only need to redirect to HTTPS if URL requested is from acme.
letsencrypt.txt · Last modified: 2020/08/10 02:35 by 127.0.0.1