Skip to content

Commit ee8e8dd

Browse files
authored
Update SSL certificate requirements for apex and subdomains
Removed the requirement for apps to be publicly accessible for apex and subdomain configurations.
1 parent b94c289 commit ee8e8dd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

articles/app-service/configure-ssl-certificate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,13 @@ The free certificate comes with the following limitations:
8181
### [Apex domain](#tab/apex)
8282

8383
- Must have an A record pointing to your web app's IP address.
84-
- Must be on apps that are publicly accessible.
8584
- Isn't supported with root domains that are integrated with Azure Traffic Manager.
8685
- Must meet all the preceding criteria for successful certificate issuances and renewals.
8786

8887
### [Subdomain](#tab/subdomain)
8988

9089
- Must have CNAME mapped _directly_ to `<app-name>.azurewebsites.net` or [trafficmanager.net](configure-domain-traffic-manager.md#enable-custom-domain). Mapping to an intermediate CNAME value blocks certificate issuance and renewal.
91-
- Must be on apps that are publicly accessible.
90+
- If using Azure Traffic Manager, the site must be configured as an Azure Endpoint.
9291
- Must meet all the preceding criteria for successful certificate issuance and renewals.
9392

9493
---

0 commit comments

Comments
 (0)