Skip to content

Commit 85c07d2

Browse files
Merge pull request #229845 from duongau/cdncert
CDN - custom SSL - add cert support message and role requirement
2 parents 6bdd57f + 41e2990 commit 85c07d2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/cdn/cdn-custom-ssl.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ You can use your own certificate to enable the HTTPS feature. This process is do
109109
2. Azure Key Vault certificates: If you have a certificate, upload it directly to your Azure Key Vault account. If you don't have a certificate, create a new certificate directly through Azure Key Vault.
110110

111111
> [!NOTE]
112-
> The certificate must have a complete certificate chain with leaf and intermediate certificates, and root CA must be part of the [Microsoft Trusted CA List](https://ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFT).
112+
> * Azure CDN only supports PFX certificates.
113+
> * The certificate must have a complete certificate chain with leaf and intermediate certificates, and root CA must be part of the [Microsoft Trusted CA List](https://ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFT).
113114
114115
### Register Azure CDN
115116

@@ -120,8 +121,10 @@ Register Azure CDN as an app in your Azure Active Directory via PowerShell.
120121
2. In PowerShell, run the following command:
121122

122123
`New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8" -Role Contributor`
124+
123125
> [!NOTE]
124-
> **205478c0-bd83-4e1b-a9d6-db63a3e1e1c8** is the service principal for **Microsoft.AzureFrontDoor-Cdn**.
126+
> * **205478c0-bd83-4e1b-a9d6-db63a3e1e1c8** is the service principal for **Microsoft.AzureFrontDoor-Cdn**.
127+
> * You need to have the **Global Administrator** role to run this command.
125128
126129
```bash
127130
New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8" -Role Contributor
@@ -180,7 +183,8 @@ Grant Azure CDN permission to access the certificates (secrets) in your Azure Ke
180183
- The available certificate/secret versions.
181184

182185
> [!NOTE]
183-
> In order for the certificate to be automatically rotated to the latest version when a newer version of the certificate is available in your Key Vault, please set the certificate/secret version to 'Latest'. If a specific version is selected, you have to re-select the new version manually for certificate rotation. It takes up to 72 hours for the new version of the certificate/secret to be deployed.
186+
> * Azure CDN only supports PFX certificates.
187+
> * In order for the certificate to be automatically rotated to the latest version when a newer version of the certificate is available in your Key Vault, please set the certificate/secret version to 'Latest'. If a specific version is selected, you have to re-select the new version manually for certificate rotation. It takes up to 72 hours for the new version of the certificate/secret to be deployed.
184188

185189
5. Select **On** to enable HTTPS.
186190

0 commit comments

Comments
 (0)