Site in Azure Websites fails processing of X509Certificate2

前端 未结 6 1146
傲寒
傲寒 2020-12-13 18:09

I have site in Azure Websites (not Hosted Service) and I need processing .pfx certificates with private key there.

var x509Certificate2 = new X509Certificat         


        
6条回答
  •  死守一世寂寞
    2020-12-13 18:39

    Azure Websites now has native support for installing certificates to the certificate store. Have you given that a shot?

    Details here: http://azure.microsoft.com/blog/2014/10/27/using-certificates-in-azure-websites-applications/

提交回复
热议问题