【问题标题】:Not able to access Service Fabric explorer on Azure cluster secured by self signed certificate无法访问受自签名证书保护的 Azure 群集上的 Service Fabric 资源管理器
【发布时间】:2018-01-29 20:51:26
【问题描述】:

我创建了由我的自签名证书(DocumentEncryptionCert 类型)保护的 Azure Service Fabric 集群。我关注了this article from documentation。我已经创建了密钥保管库,将证书作为机密上传到那里,并且在配置 Azure Service Fabric 群集时,我将此群集的主证书设置为 Key Vault 机密。 SF 在尝试访问 SF Explorer 时也会自动使用此证书创建 SSL 通道。我收到错误,使用了不受信任的证书(即使我将证书导入到受信任的根证书颁发机构存储)。这意味着我无法管理集群,甚至无法从 Visual Studio 部署应用程序,因为证书问题也无法连接到集群。

我的问题是,是否有一些特殊的方式来生成这种场景的证书?我生成证书的方式与上面文章中所述的完全相同:

New-SelfSignedCertificate -Type DocumentEncryptionCert -KeyUsage DataEncipherment -Subject mysfcertificate -Provider 'Microsoft Enhanced Cryptographic Provider v1.0'

谢谢。

【问题讨论】:

    标签: azure ssl certificate azure-service-fabric self-signed


    【解决方案1】:

    对于“集群和服务器证书”,您通常使用 SSL 证书(它可以是自签名的,请参阅 https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-security),更多信息在这里 https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-creation-via-portal

    【讨论】:

      猜你喜欢
      • 2017-04-25
      • 2018-12-11
      • 2017-01-05
      • 2017-02-02
      • 2016-08-28
      • 2016-09-28
      • 1970-01-01
      • 2017-05-23
      • 2019-02-23
      相关资源
      最近更新 更多