locked
Azure Worker Role Service Definition Certificate issue "Installing a certificate to the LocalMachine/Root store is not supported" RRS feed

  • Question

  • Hi,

    I have a couple of certificates that I need to add to the worker role which have to get installed in the Cloud service's Root Certification store upon deployment.

    I added the following lines in the service definition of my worker role

    <Certificate name="Internal Root" storeLocation="LocalMachine" storeName="Root" />
          <Certificate name="SSL Corp CA" storeLocation="LocalMachine" storeName="Root" /> 

    Upon building the Worker Role project, I get the following error

    Installing a certificate to the LocalMachine/Root store is not supported

    Any thoughts on why this could be happening  ?

    Friday, June 5, 2015 7:15 PM

Answers

All replies