2024-10-26 11:54:28
2024-10-26 11:54:28
SSL Certificate Installation on Microsoft Azure Installation of SSL Certificate on Microsoft Azure environment for a web application is different than on the regular Windows Server. This is because Azure does not allow creation of CSR (Certificate Signing Request) in the Azure’s cloud environment. So, one needs to install the CSR using a local server. Once the certificate is issued it should be installed on the local server. Once that is done, one needs to export the SSL certificate to a password protected PFX file with Triple DES encryption. Please note that by default the exported PFX file is with AES encryption. This is rather surprising because Triple DES encryption is deprecated some years back because it was not very secure. Contact us, when you wish to install the SSL in Azure environment. After getting the required PFX file, you need to upload it on Azure. Here are the steps:
After the SSL certificate is installed, you need to bind the certificate so that your web application data is encrypted. To do so, follow the official Azure documentation.
Copyright © 2024 Secure Network Traffic. All rights reserved. SecureNT is a registered trademark of Secure Network Traffic.