Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configure-dns.md #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nerves-hub/custom-deployment/configure-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ If you plan on running both staging and production environments, you will need t

Additionally, you'll need to add a `www` CNAME record to each hosted zone pointing to it's primary domain (for certificate validation in the next step).

Then, use [Certificate Manager](https://aws.amazon.com/certificate-manager/) to request public certificates for the `www` subdomain of each of your newly created hosted zones. e.g. `www.domain.com`, `www.staging.domain.com`. Follow the Certificat Manager instructions to validate via DNS or email and _wait_ (up to 30 minutes) for the certificates to be issued.
Then, use [Certificate Manager](https://aws.amazon.com/certificate-manager/) to request public certificates for the `www` subdomain of each of your newly created hosted zones. e.g. `www.domain.com`, `www.staging.domain.com`. Follow the Certificate Manager instructions to validate via DNS or email and _wait_ (up to 30 minutes) for the certificates to be issued.

Once the certificates have been issued, you should remove the `www` CNAME records you created previously (Terraform will make new ones shortly).