About add a domain mapping add-domain-mapping
To link a domain with an SSL certificate on the Adobe-managed CDN within your program, you must add a CDN (Content Delivery Network) configuration.
For Adobe managed CDNs, when using a DV SSL certificate, only sites with ACME validation are permitted.
See also Adobe Managed CDN.
To add a domain mapping:
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization.
-
Depending on your use case, do one of the following:
table 0-row-2 1-row-2 2-row-2 Use case Steps I want to add a CDN configuration to an existing Edge Delivery site in Cloud Manager a. In the left side menu, under Services, click Edge Delivery Sites.
b. In the Edge Delivery table, at the end of a row that does not have a domain associated with it, click .
c. Click Configure CDN.I want to add a CDN configuration in Cloud Manager a. In the left side menu, under Services, click Domain Mappings.
b. Near the upper-right corner of the Domain Mappings page, click Add. -
In the Map Domain to CDN dialog box, select one of the following CDN types:
- Adobe Managed CDN (Recommended) - An Adobe managed CDN is used for this configuration. It includes automated setup and management, and built-in security features.
- Other CDN provider - A self-managed CDN provider network is used for this configuration.
-
Based on the selected CDN type in the previous step, do the following:
-
Adobe Managed CDN
-
In the Origin drop-down list, select one of the following:
table 0-row-2 1-row-2 2-row-2 Origin drop-down list Description Sites Select an Edge Delivery site. Environment Select a specific Cloud Service environment that you want to target within your AEM setup.
In the Tier drop-down list, select one of the following:
• Select Publish to target a live, production environment where content is delivered to end users.
• Select Preview for staging or non-production environments where you test changes before they go live. -
In the Domain drop-down list, select the domain name that you want to use.
No verified domains available in the drop-down list? See Add a custom domain name. -
In the SSL certificate drop-down list, select a certificate that you want to use.
No SSL certificates available in the drop-down list? See Add an SSL certificate. -
Click Save.
-
-
Other CDN provider
Use the listed configuration steps to apply the required settings in your CDN and confirm the mapping. See also Add a custom domain name.
- Click I’ve Configured My CDN.
-
-
Adobe recommends that you test the domain mapping.
Test the domain mapping test-domain-mapping
You can verify that a new domain mapping is live on the Adobe-managed CDN without waiting for public DNS propagation.
Run a curl command that overrides DNS resolution and points straight to the CDN edge:
curl -svo /dev/null https://www.example.com \
--resolve www.example.com:443:151.101.3.10
- Replace
www.example.comwith your domain. - The IP address
151.101.3.10is one of the IPs that can be used to access AEM Cloud Service. See also APEX record.
The --resolve flag forces the request to the specified IP and returns success only after the certificate and routing for your domain have been installed correctly.