User Tools

Site Tools


crypto:letsencrypt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
crypto:letsencrypt [2019-05-20 00:49] – adding note about shared acme challenges gabrielcrypto:letsencrypt [2019-05-20 00:52] – fixing typo gabriel
Line 30: Line 30:
  
 On our server we use an nginx configuration file that can be enabled or disabled to turn on shared challenge files during certificate renewal. On our server we use an nginx configuration file that can be enabled or disabled to turn on shared challenge files during certificate renewal.
 +
 +<code>
 +# USAGE: enable this configuration for Route 53 validation for Let's Encrypt
 +location /.well-known/acme-challenge {
 +       alias /path/to/shared/acme-challenges;
 +       autoindex off;
 +}
 +</code>
  
 The instructions are provided at each step and are fairly simple.  The prompt will look something like this for the DNS records: The instructions are provided at each step and are fairly simple.  The prompt will look something like this for the DNS records:
crypto/letsencrypt.txt · Last modified: 2019-10-16 13:03 by gabriel