Start – SecretRotationStart-SecretRotation
ÁttekintésSynopsis
Elindít egy bélyegzőn a titkos elforgatást.Triggers secret rotation on a stamp.
SzintaxisSyntax
Start-SecretRotation [-PathAccessCredential <Object>] [-ReRun] [-CertificatePassword <Object>] [-Internal]
[-PfxFilesPath <Object>] [-AsJob]
LeírásDescription
Meghívja a Secret rotációs folyamatot egy Azure Stack hub rendszer infrastruktúra-titkaihoz.Invokes the secret rotation process for infrastructure secrets of an Azure Stack Hub system. Alapértelmezés szerint csak a külső hálózati infrastruktúra-végpontok tanúsítványait forgatja.By default, it rotates only the certificates of external network infrastructure endpoints. További részletekért tekintse meg a titkok Elforgatása Azure stack központban című témakört.See Rotate secrets in Azure Stack Hub for more details.
ParaméterekParameters
– Belső-Internal
A belső hálózati infrastruktúra-végpontok titkainak elforgatása.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
A külső tanúsítványok elforgatásához megosztott új pfx-fájlok elérési útja.Path of the new pfx files shared for external certs rotation. Kötelező, ha külső tanúsítványok elforgatása szükséges.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
A PfxFilesPath eléréséhez szükséges hitelesítő adatok.Credentials to access PfxFilesPath. Kötelező, ha külső tanúsítványok elforgatása szükséges.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
A megadott új pfx-fájlok jelszava.Password for the new pfx files provided. Kötelező, ha külső tanúsítványok elforgatása szükséges.It's mandatory if external certs rotation is desired. Ettől eltérő lehet a kezdeti központi telepítési időpontban megadott eredeti pfx-jelszótól.It can be different from the original pfx password provided at initial deployment time. A pfx-fájlokat a megfelelő HITELESÍTÉSSZOLGÁLTATÓI jelszóval hozza létre újra.We will regenerate the pfx files with correct CA password.
Használat::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
– Újrafuttatás-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
Következő lépésekNext steps
További információ a privilegizált végpont eléréséről és használatáról: a privilegizált végpont használata Azure stack központban.For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.