Set-AzApplicationGatewayClientAuthConfiguration
Ändert die Clientauthentifizierungskonfiguration eines SSL-Profilobjekts.
Syntax
Set-AzApplicationGatewayClientAuthConfiguration
-SslProfile <PSApplicationGatewaySslProfile>
[-VerifyClientCertIssuerDN]
[-VerifyClientRevocation <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das Cmdlet Set-AzApplicationGatewayClientAuthConfiguration ändert die Clientauthentifizierungskonfiguration eines SSL-Profilobjekts.
Beispiele
Beispiel 1
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw
Set-AzApplicationGatewayClientAuthConfiguration -SslProfile $profile -VerifyClientCertIssuerDN -VerifyClientRevocation OCSP
Der erste Befehl ruft das Anwendungsgateway01 in der Ressourcengruppe "ResourceGroup01" ab und speichert es in der $AppGw Variablen. Der zweite Befehl ruft das ssl-Profil "SslProfile01" für $AppGw ab und speichert die Einstellungen in der $profile Variablen. Mit dem letzten Befehl wird die Clientauthentifizierungskonfiguration des in $profile gespeicherten SSL-Profilobjekts geändert.
Parameter
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SslProfile
Das SSL-Profil
Typ: | PSApplicationGatewaySslProfile |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-VerifyClientCertIssuerDN
Überprüfen Sie den Clientzertifikatsperrstatus.
Typ: | SwitchParameter |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-VerifyClientRevocation
Überprüfen Sie den Namen des Clientzertifikatherausgebers.
Typ: | String |
Zulässige Werte: | None, OCSP |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
PSApplicationGatewaySslProfile
Ausgaben
PSApplicationGatewaySslProfile
Ähnliche Themen
Azure PowerShell