共用方式為


New-AzApplicationGatewayTrustedClientCertificate

建立應用程式閘道的受信任用戶端 CA 憑證鏈結。

語法

New-AzApplicationGatewayTrustedClientCertificate
   -Name <String>
   -CertificateFile <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

New-AzApplicationGatewayTrustedClientCertificate Cmdlet 會建立應用程式閘道的受信任用戶端 CA 憑證鏈結。

範例

範例 1

$trustedClient = New-AzApplicationGatewayTrustedClientCertificate -Name "ClientCert" -CertificateFile "C:\clientCAChain.cer"

命令會建立新的受信任用戶端 CA 憑證鏈結物件,以用戶端 CA 憑證的路徑作為輸入。

參數

-CertificateFile

受信任用戶端 CA 憑證鏈結檔案的路徑

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

受信任用戶端 CA 憑證鏈結的名稱

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

PSApplicationGatewayTrustedClientCertificate