Set-AzApplicationGatewayClientAuthConfiguration
Ändrar klientautentiseringskonfigurationen för ett SSL-profilobjekt.
Syntax
Set-AzApplicationGatewayClientAuthConfiguration
-SslProfile <PSApplicationGatewaySslProfile>
[-VerifyClientCertIssuerDN]
[-VerifyClientRevocation <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Set-AzApplicationGatewayClientAuthConfiguration ändrar klientautentiseringskonfigurationen för ett SSL-profilobjekt.
Exempel
Exempel 1
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw
Set-AzApplicationGatewayClientAuthConfiguration -SslProfile $profile -VerifyClientCertIssuerDN -VerifyClientRevocation OCSP
Det första kommandot hämtar programgatewayen med namnet ApplicationGateway01 i resursgruppen Med namnet ResourceGroup01 och lagrar den i variabeln $AppGw. Det andra kommandot hämtar ssl-profilen med namnet SslProfile01 för $AppGw och lagrar inställningarna i variabeln $profile. Det senaste kommandot ändrar klientautentiseringskonfigurationen för SSL-profilobjektet som lagras i $profile.
Parametrar
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-SslProfile
SSL-profilen
Typ: | PSApplicationGatewaySslProfile |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-VerifyClientCertIssuerDN
Verifiera status för återkallning av klientcertifikat.
Typ: | SwitchParameter |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-VerifyClientRevocation
Verifiera utfärdarnamnet för klientcertifikatet.
Typ: | String |
Godkända värden: | None, OCSP |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
PSApplicationGatewaySslProfile
Utdata
PSApplicationGatewaySslProfile
Relaterade länkar
Azure PowerShell