@@ -3,8 +3,8 @@ title: Setting up Akamai CDNs
3
3
sidebar_label : Akamai CDN
4
4
---
5
5
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 .
8
8
9
9
This document outlines the configurations you need to add to your Akamai CDNs to
10
10
set them up to access your API gateway and developer portal.
14
14
[ Akamai docs] ( https://techdocs.akamai.com/property-mgr/docs/know-your-around )
15
15
for more details.
16
16
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
18
40
19
41
1 . Provision the domains that you would like these CDNs to have and certificates
20
42
for those domains. You will need a domain for the API gateway, as well as a
0 commit comments