Start-SecretRotation
摘要
触发戳记上的机密轮换。
语法
Start-SecretRotation [-PathAccessCredential <Object>] [-ReRun] [-CertificatePassword <Object>] [-Internal]
[-PfxFilesPath <Object>] [-AsJob]
说明
为 Azure Stack Hub 系统的基础结构机密调用机密轮换过程。 默认情况下,它只轮换外部网络基础结构终结点的证书。 请参阅在 Azure Stack Hub 中轮换机密,了解更多详细信息。
parameters
-Internal
轮换内部网络基础结构终结点的机密。
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-PfxFilesPath
共享用于外部证书轮换的新 pfx 文件的路径。 如果需要外部证书轮换,则这是必需的。
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PathAccessCredential
用于访问 PfxFilesPath 的凭据。 如果需要外部证书轮换,则这是必需的。
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CertificatePassword
提供的新 pfx 文件的密码。 如果需要外部证书轮换,则这是必需的。 它可能与初始部署时提供的原始 pfx 密码不同。 我们将使用正确的 CA 密码重新生成 pfx 文件。
用法:
# 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
-ReRun
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-AsJob
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
后续步骤
有关如何访问和使用特权终结点的信息,请参阅使用 Azure Stack Hub 中的特权终结点。