How to renew SSL certificate on an Azure Cloud Service?

Jimmy Chandra

I have a cloud service SAAS application that is running on Azure using https which SSL certificate is expiring soon. I've recently obtained a new SSL certificate that I need to apply to before the expiration date.

Looking up on the web, all I found are articles about how to setup SSL certificate for Azure Cloud Service (i.e. http://www.windowsazure.com/en-us/develop/net/common-tasks/enable-ssl/) and non regarding the renewal process. At this point, I'm thinking it's the same process.

In order to avoid unnecessary issue, I'm looking for confirmation from someone else that might have already done this before and perhaps some pointers on other things that I need to be aware of.

Neil Mackenzie

1)You upload the certificate to the Service Certificates section on the Windows Azure Portal - just as you did originally.

2) You modify the Service Configuration file to provide the thumbprint of the new certificate instead of the old one. This causes the certificate to be deployed to each instance.

3) You do an in-place upgrade or (use a VIP Swap) which causes IIS to start using the new certificate.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Azure Cloud Service deployment - Azure can't validate SSL certificate

From Dev

SSL Certificate for Web Service in the Cloud

From Dev

Renew Comodo free SSL certificate?

From Dev

How to upload or update the cloud service certificate with Azure REST ARM API

From Dev

How to get the cloud service certificate with Azure REST ARM API

From Dev

WCF service with Ssl Certificate in Azure emulator

From Java

How to renew VMware certificate in Veeam

From Java

How to Renew Push Notification Services Certificate

From Dev

SSL renew certificate on apache keeps using old certtificate file

From Dev

Is it possible to buy new SSL certificate and not renew the old one?

From Dev

Azure SSL Certificate

From Dev

Can Azure Cloud service use a sha256 certificate

From Dev

Get x509 Certificate In Azure Cloud Service

From Dev

How do I go about setting up SSL for my API and my Web Client in a Azure Cloud Service?

From Dev

How do I go about setting up SSL for my API and my Web Client in a Azure Cloud Service?

From Dev

How to deploy to Azure Cloud Service

From Dev

How to Install a Godaddy SSL Certificate on Google Cloud Platform

From Dev

How to bind custom SSL certificate to Service Fabric cluster management endpoint?

From Dev

How to manage (non-SSL) certificate in an Azure App Services?

From Dev

How to add an SSL certificate to an azure website using powershell?

From Dev

How to 'renew' fixed Azure Website Production Slot?

From Dev

In Mac app signing process, how to apply the renew certificate?

From Dev

How can I renew my certificate authority signing key?

From Dev

How to Renew RapidSSL Certificate without upgrading the Android app?

From Java

How to add SSL certificate to AWS EC2 with the help of new AWS Certificate Manager service

From Dev

How to RDP to my azure cloud service?

From Dev

Azure Cloud Service: how to log IIS requests

From Dev

How to RDP to my azure cloud service?

From Dev

How to add a Certificate to an azure service fabric cluster vmset

Related Related

  1. 1

    Azure Cloud Service deployment - Azure can't validate SSL certificate

  2. 2

    SSL Certificate for Web Service in the Cloud

  3. 3

    Renew Comodo free SSL certificate?

  4. 4

    How to upload or update the cloud service certificate with Azure REST ARM API

  5. 5

    How to get the cloud service certificate with Azure REST ARM API

  6. 6

    WCF service with Ssl Certificate in Azure emulator

  7. 7

    How to renew VMware certificate in Veeam

  8. 8

    How to Renew Push Notification Services Certificate

  9. 9

    SSL renew certificate on apache keeps using old certtificate file

  10. 10

    Is it possible to buy new SSL certificate and not renew the old one?

  11. 11

    Azure SSL Certificate

  12. 12

    Can Azure Cloud service use a sha256 certificate

  13. 13

    Get x509 Certificate In Azure Cloud Service

  14. 14

    How do I go about setting up SSL for my API and my Web Client in a Azure Cloud Service?

  15. 15

    How do I go about setting up SSL for my API and my Web Client in a Azure Cloud Service?

  16. 16

    How to deploy to Azure Cloud Service

  17. 17

    How to Install a Godaddy SSL Certificate on Google Cloud Platform

  18. 18

    How to bind custom SSL certificate to Service Fabric cluster management endpoint?

  19. 19

    How to manage (non-SSL) certificate in an Azure App Services?

  20. 20

    How to add an SSL certificate to an azure website using powershell?

  21. 21

    How to 'renew' fixed Azure Website Production Slot?

  22. 22

    In Mac app signing process, how to apply the renew certificate?

  23. 23

    How can I renew my certificate authority signing key?

  24. 24

    How to Renew RapidSSL Certificate without upgrading the Android app?

  25. 25

    How to add SSL certificate to AWS EC2 with the help of new AWS Certificate Manager service

  26. 26

    How to RDP to my azure cloud service?

  27. 27

    Azure Cloud Service: how to log IIS requests

  28. 28

    How to RDP to my azure cloud service?

  29. 29

    How to add a Certificate to an azure service fabric cluster vmset

HotTag

Archive