Start-SecretRotationStart-SecretRotation
RiepilogoSynopsis
Attiva la rotazione del segreto in un timbro.Triggers secret rotation on a stamp.
SintassiSyntax
Start-SecretRotation [-PathAccessCredential <Object>] [-ReRun] [-CertificatePassword <Object>] [-Internal]
[-PfxFilesPath <Object>] [-AsJob]
DescrizioneDescription
Richiama il processo di rotazione del segreto per i segreti dell'infrastruttura di un sistema Hub Azure Stack.Invokes the secret rotation process for infrastructure secrets of an Azure Stack Hub system. Per impostazione predefinita, ruota solo i certificati degli endpoint dell'infrastruttura di rete esterna.By default, it rotates only the certificates of external network infrastructure endpoints. Per altri dettagli, vedere ruotare i segreti nell'Hub Azure stack .See Rotate secrets in Azure Stack Hub for more details.
ParametriParameters
-Interno-Internal
Ruotare i segreti per gli endpoint dell'infrastruttura di rete interna.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
Percorso dei nuovi file PFX condivisi per la rotazione di certificati esterni.Path of the new pfx files shared for external certs rotation. È obbligatorio se si desidera la rotazione di certificati esterni.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
Credenziali per accedere a PfxFilesPath.Credentials to access PfxFilesPath. È obbligatorio se si desidera la rotazione di certificati esterni.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
Password per i nuovi file PFX forniti.Password for the new pfx files provided. È obbligatorio se si desidera la rotazione di certificati esterni.It's mandatory if external certs rotation is desired. Può essere diversa dalla password PFX originale fornita in fase di distribuzione iniziale.It can be different from the original pfx password provided at initial deployment time. I file PFX vengono rigenerati con la password della CA corretta.We will regenerate the pfx files with correct CA password.
Utilizzo::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
-Riesegui-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
Passaggi successiviNext steps
Per informazioni su come accedere e usare l'endpoint con privilegi, vedere usare l'endpoint con privilegi nell'Hub Azure stack.For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.