Scenario: My Web site (hosted on web roles on Azure) should provide "admins" with an oppertunity to upload a .pfx certificate to the service. This should be done through the web site - not the Azure Managememt Portal.
The certificate should be stored in the certificate store in all instances.
I've succesfully managed to upload a certificate into the Azure Certificate store via the "Windows Azure Service Management REST API - Add Service Certificate"
Problem: I cannot find a way to place the certificate in the certificate store on all instances. This should be done without doing a Publish/Upgrade with changes in ServiceDefinition and ServiceConfiguration.
Question: Is there a way to programmatically upload and install a service certificate to all roles without doing an upgrade?
Thanks in advance!