Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion source/content/partials/configure-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ The <Icon icon="triangleExclamation" /> icon within the Domains / HTTPS page ind
1. Navigate to the **<Icon icon="global" /> Domains / HTTPS** page.
1. Select **Details** next to the `www` domain.
1. Log in to the DNS host for the domain in a separate window.
1. Copy the value provided in the Pantheon Site Dashboard for the required **A** record, then use it to create an **A** record wherever you manage DNS. Repeat this step for <i>both</i> of the AAAA records.
1. Copy the value provided in the Pantheon Site Dashboard for the required **TXT** records, then use them to create a **TXT** record wherever you manage DNS.
1. Click **Verify Domain**
1. Once verified, Copy the value provided in the Pantheon Site Dashboard for the required **A** record, then use it to create an **A** record wherever you manage DNS. Repeat this step for <i>both</i> of the AAAA records.
1. Return to the **<Icon icon="global" /> Domains / HTTPS** page in the Pantheon Site Dashboard.
1. Click **Details** next to the bare domain.
1. Copy the value provided in the Pantheon Site Dashboard for the required **A** record, then use it to create an A record wherever you manage DNS. Repeat this step for <i>both</i> of the AAAA records.
Expand Down
2 changes: 1 addition & 1 deletion source/content/partials/enable-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reviewed: ""

## Provision HTTPS

The process to provision certificates kicks off automatically after the domain has been successfully routed to Pantheon, and is indicated by the following notice:
The certificate provisioning process begins once domain ownership is verified through the necessary TXT records provided in the Pantheon dashboard, then added to your DNS provider and successfully directed to Pantheon. This will be confirmed by the following notice

<Partial file="notes/https-info.md" />

Expand Down