From 3b6644a3d74e7b31d6ad09dbaf91d875e939e831 Mon Sep 17 00:00:00 2001 From: Keith <86847575+zolakeith@users.noreply.github.com> Date: Tue, 2 May 2023 17:18:14 +0100 Subject: [PATCH] Update configure-dns.md Small typo --- nerves-hub/custom-deployment/configure-dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerves-hub/custom-deployment/configure-dns.md b/nerves-hub/custom-deployment/configure-dns.md index 752b833..476abed 100644 --- a/nerves-hub/custom-deployment/configure-dns.md +++ b/nerves-hub/custom-deployment/configure-dns.md @@ -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).