Skip to content

Commit

Permalink
Add letsencrypt_contact_emails instructions (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafredrickson authored Sep 18, 2020
1 parent 1e523e3 commit cdf6b3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/trellis/master/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@ All you need to do is make sure those DNS records exist and point to the web ser

If you want "www" subdomains to redirect to your canonical domain, they MUST be included in redirects.

#### Setting the contact email

LE requires at least one email address be provided as a contact email. Contact emails are used by LE to send expiry notices when a certificate is coming up for renewal.

```yaml
# groups_vars/all/main.yml (example)
letsencrypt_contact_emails:
- changeme@example.com
- "{{ mail_admin }}" # defined in groups_vars/all/mail.yml
```

#### Challenges

Let's Encrypt certificate process looks roughly like:
Expand Down

0 comments on commit cdf6b3c

Please sign in to comment.