You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cdn/cdn-custom-ssl.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,8 @@ You can use your own certificate to enable the HTTPS feature. This process is do
109
109
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.
110
110
111
111
> [!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).
113
114
114
115
### Register Azure CDN
115
116
@@ -120,8 +121,10 @@ Register Azure CDN as an app in your Azure Active Directory via PowerShell.
@@ -180,7 +183,8 @@ Grant Azure CDN permission to access the certificates (secrets) in your Azure Ke
180
183
- The available certificate/secret versions.
181
184
182
185
> [!NOTE]
183
-
> In order forthe certificate to be automatically rotated to the latest version when a newer version of the certificate is availablein 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 forthe certificate to be automatically rotated to the latest version when a newer version of the certificate is availablein 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.
0 commit comments