Skip to content

Commit d20407a

Browse files
authored
Update configure-ssl-certificate.md
1 parent 685b042 commit d20407a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,19 @@ The free certificate comes with the following limitations:
7676
- Doesn't support usage as a client certificate by using certificate thumbprint, which is planned for deprecation and removal.
7777
- Doesn't support private DNS.
7878
- Isn't exportable.
79-
- Isn't supported on apps that aren't publicly accessible.
8079
- Isn't supported in an App Service Environment (ASE).
8180
- Only supports alphanumeric characters, dashes (-), and periods (.).
8281
- Only custom domains of length up to 64 characters are supported.
8382

8483
### [Apex domain](#tab/apex)
8584
- Must have an A record pointing to your web app's IP address.
85+
- Must be publicly accessible.
8686
- Isn't supported with root domains that are integrated with Traffic Manager.
8787
- Must meet all the above for successful certificate issuances and renewals.
8888

8989
### [Subdomain](#tab/subdomain)
9090
- 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 publicly accessible.
9192
- Must meet all the above for successful certificate issuance and renewals.
9293

9394
---

0 commit comments

Comments
 (0)