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

Remove docs around using HTTP-01 validation for LetsEncrypt #1422

Merged
merged 3 commits into from Apr 18, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.
siennathesane marked this conversation as resolved.
Show resolved Hide resolved



#### 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