【问题标题】:How to upload an Azure Management Certificate using the Azure Powershell如何使用 Azure Powershell 上传 Azure 管理证书
【发布时间】:2016-10-24 22:34:12
【问题描述】:

是否可以使用 Azure Powershell 或 Azure CLI 上传 Azure 管理证书?

背景:我的目标是编写一个脚本,让我可以使用我的 Microsoft 凭据登录 Azure,然后一旦我通过 Azure 的身份验证,它就会让我将管理证书上传到我的每个订阅。

以后我可以使用我上传的证书来管理我的订阅,而不必担心登录。

【问题讨论】:

    标签: azure azure-powershell azure-management-api azure-cli


    【解决方案1】:
    Add-AzureCertificate -ServiceName "ContosoService" -CertToDeploy ContosoCertificate.pfx -Password "password"
    

    Found here

    【讨论】:

      猜你喜欢
      • 2015-04-30
      • 1970-01-01
      • 2019-05-15
      • 1970-01-01
      • 2020-03-09
      • 1970-01-01
      • 2020-07-10
      • 2015-12-08
      • 2023-03-17
      相关资源
      最近更新 更多