I have an Azure Web Role with an SSL endpoint configured using a certificate obtained from my companies Active Directory Certificate Authority, and an Azure Web App that needs to connect to this Web Role over SSL. As the Web App cannot verify the CA for the Web Roles SSL cert, the connection fails.
How can I trust my CA from within the Azure Web App? If it were a full Windows Instance, the CA certificate would be added to the Trusted Certificate Authority store, so how do I do this with an Azure Web App?