This tutorial will show you how to install a SSL Certificate on a Microsoft Azure Web App (formerly Microsoft Azure Website) Requirements: IIS or OpenSSL installed on a client machine Step 1: Generate and Submit the CSR Because the Azure instance is abstracted as a cloud service, the CSR and private key cannot be generated on […]
Category: KnowledgeBase
KB
Certificate Installation(26)
CSR Generation(22)
Glossary(1)
Hotfix(1)
How To...(28)
SSL and Digital Certificates(6)
SSL.com Manager(2)
Troubleshooting(12)
How to create a .pfx/.p12 certificate file using OpenSSL
The PKCS#12 or PFX format is a binary format for storing the server certificate, any intermediate certificates, and the private key into a single encryptable file. PFX files are usually found with the extensions .pfx and .p12. PFX files are typically used on Windows machines to import and export certificates and private keys. Requirements: The original […]
An Overview of SSL on Microsoft Azure
Azure is Microsoft’s cloud computing platform, a growing collection of integrated services including analytics, computing, database, mobile, networking, storage, and web. There are only a handful of Azure services that currently allow custom SSL Certificates to be installed. Those currently are: Azure Web Apps (formerly known as Websites) Azure Cloud Services Azure Virtual Machines allow […]
Upgrading a Certificate from SHA-1 to SHA-2
SHA-1 is a cryptographic hash function – an important component of the process that the SSL protocol uses to protect your data. Although SSL certificates using SHA-1 are currently secure, the pace of technological change means that it could be vulnerable in the near future. For this reason, major online services (like PayPal and Facebook) […]
HOWTO: How to combine a private key with .p7b certificate file (How to create a .pfx file)
This article will show you how to combine a private key with a .p7b certificate file to create a .pfx file on Windows Internet Information Server (IIS). To correct this, you will: Import the certificate into the personal store using Microsoft Management Console (MMC) Export the corrected certificate Importing the Certificate with MMC 1. Open MMC […]
HOWTO: Generate a Certificate Signing Request (CSR) using CPanel Using the Paper Lantern Theme
Generating a New Private Key Creating the CSR Paper Lantern is the newest theme for cPanel environments. If your hosting environment uses cPanel, you may create a Certificate Signing Request (or CSR) via the SSL/TLS Manager. Any CSR request will be linked to a private key, which can also be created in the SSL/TLS Manager. This […]