Start-SecretRotationStart-SecretRotation
SammanfattningSynopsis
Utlöser hemlig rotation på en stämpel.Triggers secret rotation on a stamp.
SyntaxSyntax
Start-SecretRotation [-PathAccessCredential <Object>] [-ReRun] [-CertificatePassword <Object>] [-Internal]
[-PfxFilesPath <Object>] [-AsJob]
BeskrivningDescription
Anropar den hemliga rotations processen för infrastruktur hemligheter i ett Azure Stack Hub-system.Invokes the secret rotation process for infrastructure secrets of an Azure Stack Hub system. Som standard roterar den bara certifikat för externa nätverks infrastruktur slut punkter.By default, it rotates only the certificates of external network infrastructure endpoints. Mer information finns i rotera hemligheter i Azure Stack Hub .See Rotate secrets in Azure Stack Hub for more details.
ParametrarParameters
– Internt-Internal
Rotera hemligheter för interna slut punkter för nätverks infrastruktur.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
Sökväg till de nya PFX-filerna som delas med den externa certifikat rotationen.Path of the new pfx files shared for external certs rotation. Det är obligatoriskt om den externa certifikat rotationen önskas.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
Autentiseringsuppgifter för åtkomst till PfxFilesPath.Credentials to access PfxFilesPath. Det är obligatoriskt om den externa certifikat rotationen önskas.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
Lösen ordet för de nya PFX-filerna som tillhandahölls.Password for the new pfx files provided. Det är obligatoriskt om den externa certifikat rotationen önskas.It's mandatory if external certs rotation is desired. Det kan skilja sig från det ursprungliga PFX-lösenordet som angavs vid den första distributions tiden.It can be different from the original pfx password provided at initial deployment time. Vi kommer att återskapa PFX-filerna med rätt CA-lösenord.We will regenerate the pfx files with correct CA password.
Användning::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
-Kör om-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
Nästa stegNext steps
Information om hur du kommer åt och använder den privilegierade slut punkten finns i använda den privilegierade slut punkten i Azure Stack Hub.For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.