你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Set-AzureADApplicationProxyApplicationCustomDomainCertificate

Set-AzureADApplicationProxyApplicationCustomDomainCertificate cmdlet 将证书分配给在 Azure Active Directory (AD) 中为应用程序代理配置的应用程序。 这将上传证书并允许应用程序使用自定义域。

语法

Set-AzureADApplicationProxyApplicationCustomDomainCertificate
   -ObjectId <String>
   -PfxFilePath <String>
   -Password <SecureString>
   [<CommonParameters>]

说明

Set-AzureADApplicationProxyApplicationCustomDomainCertificate cmdlet 将证书分配给在 Azure Active Directory (AD) 中为应用程序代理配置的应用程序。 这将上传证书并允许应用程序使用自定义域。 如果一个证书包含许多应用程序,则只需使用一个应用程序上传该证书,该证书也将分配给其他相关应用程序。

示例

示例 1

PS C:\> $securePassword = Read-Host -AsSecureString
PS C:\> Set-AzureADApplicationProxyApplicationCustomDomainCertificate -ObjectId 4eba5342-8d17-4eac-a1f6-62a0de26311e -PfxFilePath "C:\Temp\Certificates\cert.pfx" -Password $securePassword

示例 1:将证书分配给为应用程序代理配置的应用程序

参数

-ObjectId

证书应上传到的应用程序的唯一应用程序 ID。 这可以使用 Get-AzureADApplication 命令找到。 还可以通过导航到 AAD、企业应用程序、所有应用程序、选择应用程序、转到“属性”选项卡并使用该页上的 ObjectId,在 Azure 门户中找到此项。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-Password

包含 pfx 证书密码的安全字符串

类型:SecureString
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-PfxFilePath

自定义域的 pfx 证书的文件路径

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

输入

String

System.Security.SecureString

输出

Object