Skip to content

Commit

Permalink
docs(deploy): note production redirects incompatible with cert renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedg committed Apr 23, 2024
1 parent 939c477 commit 99cb7e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/lib/aws-ec2-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ const getUserDataDomains = environment => {
}

if (environment === 'production') {
// Both hosts must resolve in order for production cert renewal to succeed
// TODO: support redirects from apex to www that are compatible with production cert renewal
return 'domains=trshcmpctr.com,www.trshcmpctr.com';
}

Expand Down

0 comments on commit 99cb7e4

Please sign in to comment.