Skip to content

Commit 1b8f8ea

Browse files
committed
Update intro to akamai cdn app
1 parent 25b13ab commit 1b8f8ea

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

docs/dedicated/akamai/cdn.md

+25-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Setting up Akamai CDNs
33
sidebar_label: Akamai CDN
44
---
55

6-
When running managed dedicated on the Akamai Cloud, you need to set up 2 CDNs,
7-
one for your API endpoint deployments, and one for your developer portal.
6+
When running managed dedicated on the Akamai Cloud, you will configure the
7+
Akamai CDN to serve your API Gateway and Developer Portal.
88

99
This document outlines the configurations you need to add to your Akamai CDNs to
1010
set them up to access your API gateway and developer portal.
@@ -14,7 +14,29 @@ the
1414
[Akamai docs](https://techdocs.akamai.com/property-mgr/docs/know-your-around)
1515
for more details.
1616

17-
### Prerequisites
17+
## Domains
18+
19+
Before you configure the CDN for your API Gateway and Developer Portal, you will
20+
to decide how you would like your domains to be setup. Generally, you will
21+
provision two types of domains - a static domain for production and wildcard
22+
domains for preview environments.
23+
24+
For preview environments, you will use wildcard domains so that each environment
25+
(i.e. each Git branch) will have its own subdomain. For example, you might use
26+
`*.api.example.com` for the API gateway and `*.dev.example.com` for the
27+
developer portal. This will allow you to have URLs for each environment like
28+
`https://my-environment-123.api.example.com` and
29+
`https://my-environment-123.dev.example.com`.
30+
31+
For production, you will want to use friendly domains like `api.example.com` and
32+
`developers.example.com`. Some customers also choose to host environments list
33+
staging on custom domains as well. This is up to you, just let your Zuplo
34+
account manager know how you would like to set up your domains.
35+
36+
The setup for both configurations is the same, but the domain name and
37+
certificates will be different.
38+
39+
## Prerequisites
1840

1941
1. Provision the domains that you would like these CDNs to have and certificates
2042
for those domains. You will need a domain for the API gateway, as well as a

0 commit comments

Comments
 (0)