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
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
b. Near the upper-right corner of the Domain Mappings page, click Add. -
In the Configure CDN dialog box, in the Origin drop-down list, select one of the following:
table 0-row-2 1-row-2 2-row-2 Origin 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. -
Select your CDN type and associated configuration by selecting one of the following:
table 0-row-2 1-row-2 2-row-2 CDN type Configuration details Adobe managed CDN Under Configuration details, do the following:
a. 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.
b. 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.Other CDN provider Select this option if you are using your own CDN provider and not the Adobe managed CDN that is available to you.
Under Configuration details, 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. -
Click Save.
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.com
with your domain. - The IP address
151.101.3.10
is 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.