I have a number of Azure cloud services running that are using the same certificate. I am trying to find a way to programmatically upload a new certificate, then update the thumbprint on each role configuration, using the management api.
I have found the information for adding the certificate here: http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx, but I cannot find how to change the thumbprint in each service without republishing. Can someone point me in the right direction? I am looking to create a simple c# console app to accomplish this.