Skip to content

Commit 92fe5d9

Browse files
(Azure CXP) Azure does not support AES256
Added this note: 'Azure Web Apps does **not** support AES256 and all pfx files should be encrypted with TrippleDES. Based on customer feedback: https://github.com/MicrosoftDocs/azure-docs/issues/45896
1 parent 467ce7f commit 92fe5d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ To follow this how-to guide:
3333

3434
## Private certificate requirements
3535

36+
> [!NOTE]
37+
> Azure Web Apps does **not** support AES256 and all pfx files should be encrypted with TrippleDES.
38+
3639
The [free App Service Managed Certificate](#create-a-free-certificate-preview) or the [App Service certificate](#import-an-app-service-certificate) already satisfy the requirements of App Service. If you choose to upload or import a private certificate to App Service, your certificate must meet the following requirements:
3740

3841
* Exported as a [password-protected PFX file](https://en.wikipedia.org/w/index.php?title=X.509&section=4#Certificate_filename_extensions)

0 commit comments

Comments
 (0)