Start-SecretRotationStart-SecretRotation
StreszczenieSynopsis
Wyzwala rotację wpisów tajnych w sygnaturze.Triggers secret rotation on a stamp.
SkładniaSyntax
Start-SecretRotation [-PathAccessCredential <Object>] [-ReRun] [-CertificatePassword <Object>] [-Internal]
[-PfxFilesPath <Object>] [-AsJob]
OpisDescription
Wywołuje proces rotacji wpisu tajnego dla wpisów tajnych infrastruktury Azure Stack systemie centrum.Invokes the secret rotation process for infrastructure secrets of an Azure Stack Hub system. Domyślnie powoduje to obrócenie tylko certyfikatów punktów końcowych infrastruktury sieci zewnętrznej.By default, it rotates only the certificates of external network infrastructure endpoints. Aby uzyskać więcej informacji, zobacz Obróć klucze tajne w centrum Azure Stack .See Rotate secrets in Azure Stack Hub for more details.
ParametryParameters
— Wewnętrzne-Internal
Obróć wpisy tajne dla punktów końcowych infrastruktury sieci wewnętrznej.Rotate secrets for internal network infrastructure endpoints.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-PfxFilesPath-PfxFilesPath
Ścieżka nowych plików PFX udostępniona dla obrotu zewnętrznymi certyfikatami.Path of the new pfx files shared for external certs rotation. Jest to obowiązkowe w przypadku pożądanego obrotu zewnętrznymi certyfikatami.It's mandatory if external certs rotation is desired.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PathAccessCredential-PathAccessCredential
Poświadczenia dostępu do PfxFilesPath.Credentials to access PfxFilesPath. Jest to obowiązkowe w przypadku pożądanego obrotu zewnętrznymi certyfikatami.It's mandatory if external certs rotation is desired.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CertificatePassword-CertificatePassword
Podano hasło dla nowych plików PFX.Password for the new pfx files provided. Jest to obowiązkowe w przypadku pożądanego obrotu zewnętrznymi certyfikatami.It's mandatory if external certs rotation is desired. Może się to różnić od oryginalnego hasła PFX dostarczonego podczas wstępnego wdrażania.It can be different from the original pfx password provided at initial deployment time. Będziemy ponownie generować pliki PFX z prawidłowym hasłem urzędu certyfikacji.We will regenerate the pfx files with correct CA password.
Użycie:Usage ::
# Rotates external certificates only
Start-SecretRotation -PfxFilesPath \<String\> -PathAccessCredential \<PSCredential\> -CertificatePassword \<SecureString\>
# Rotates internal secrets only
Start-SecretRotation -Internal
# Reruns internal secrets only
Start-SecretRotation -Internal -ReRun
# Reruns external certificates only
Start-SecretRotation -ReRun
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Uruchom ponownie-ReRun
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-AsJob-AsJob
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Następne krokiNext steps
Aby uzyskać informacje na temat uzyskiwania dostępu do i używania uprzywilejowanego punktu końcowego, zobacz Używanie uprzywilejowanego punktu końcowego w Azure Stack Hub.For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.