Skip to content

Commit

Permalink
Merge pull request #1422 from 18F/no-http-01-for-cdn-broker
Browse files Browse the repository at this point in the history
Remove docs around using HTTP-01 validation for LetsEncrypt
  • Loading branch information
bengerman13 committed Apr 18, 2019
2 parents c037603 + 32c1591 commit f93fed4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/docs/services/cdn-route.md
Expand Up @@ -88,7 +88,10 @@ The maximum number of domains that can be associated with a single cdn-route ser

### How to set up DNS

**Note:** If you are creating a new site on cloud.gov or you are migrating an existing site to cloud.gov that can tolerate a small amount of downtime during the migration, you can skip the first step and proceed directly to [Create CNAME record(s)](#step-2-create-cname-record-s)
**Note:** Due to changes in how CloudFront processes requests, we currently only offer certificate provisioning via DNS challenges. This means that users can no longer skip step 1 below.
We are investigating ways to bring this feature back. If you are unable to use DNS challenges, please reach out to us at support@cloud.gov.



#### Step 1: Create TXT record(s)

Expand All @@ -115,7 +118,7 @@ Message: Service instance provisioned [my.example.gov => cdn-broker-origin.fr.cl

#### Step 2: Create CNAME record(s)

Once the TXT records have been validated, or if you've decided to skip that step, you need to point your custom domain at the CDN. Run `cf service my-cdn-route` with the service instance name you choose.
Once the TXT records have been validated, you need to point your custom domain at the CDN. Run `cf service my-cdn-route` with the service instance name you choose.

```
Last Operation
Expand Down

0 comments on commit f93fed4

Please sign in to comment.