mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-18 00:07:23 +00:00
Update windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-settings-pki.md
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
parent
2f21dc1a50
commit
69b1cedfd4
@ -153,29 +153,28 @@ Sign-in to an **AD FS Windows Server 2016** computer with _Enterprise Admin_ equ
|
|||||||
1. Open an elevated command prompt.
|
1. Open an elevated command prompt.
|
||||||
2. Run `certutil -dsTemplate WHFBAuthentication msPKI-Private-Key-Flag +CTPRIVATEKEY_FLAG_HELLO_LOGON_KEY`
|
2. Run `certutil -dsTemplate WHFBAuthentication msPKI-Private-Key-Flag +CTPRIVATEKEY_FLAG_HELLO_LOGON_KEY`
|
||||||
|
|
||||||
|
If the template was changed successfully, the output of the command will contain old and new values of the template parameters. The new value must contain the **CTPRIVATEKEY_FLAG_HELLO_LOGON_KEY** parameter. Example:
|
||||||
|
|
||||||
|
CN=Certificate Templates,CN=Public Key Services,CN=Services,CN=Configuration,DC=[yourdomain]:WHFBAuthentication
|
||||||
|
|
||||||
|
Old Value:
|
||||||
|
msPKI-Private-Key-Flag REG_DWORD = 5050080 (84213888)
|
||||||
|
CTPRIVATEKEY_FLAG_REQUIRE_SAME_KEY_RENEWAL -- 80 (128)
|
||||||
|
CTPRIVATEKEY_FLAG_ATTEST_NONE -- 0
|
||||||
|
TEMPLATE_SERVER_VER_WINBLUE<<CTPRIVATEKEY_FLAG_SERVERVERSION_SHIFT -- 50000 (327680)
|
||||||
|
TEMPLATE_CLIENT_VER_WINBLUE<<CTPRIVATEKEY_FLAG_CLIENTVERSION_SHIFT -- 5000000 (83886080)
|
||||||
|
New Value:
|
||||||
|
msPKI-Private-Key-Flag REG_DWORD = 5250080 (86311040)
|
||||||
|
CTPRIVATEKEY_FLAG_REQUIRE_SAME_KEY_RENEWAL -- 80 (128)
|
||||||
|
CTPRIVATEKEY_FLAG_ATTEST_NONE -- 0
|
||||||
|
TEMPLATE_SERVER_VER_WINBLUE<<CTPRIVATEKEY_FLAG_SERVERVERSION_SHIFT -- 50000 (327680)
|
||||||
|
CTPRIVATEKEY_FLAG_HELLO_LOGON_KEY -- 200000 (2097152)
|
||||||
|
TEMPLATE_CLIENT_VER_WINBLUE<<CTPRIVATEKEY_FLAG_CLIENTVERSION_SHIFT -- 5000000 (83886080)
|
||||||
|
CertUtil: -dsTemplate command completed successfully."
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If you gave your Windows Hello for Business Authentication certificate template a different name, then replace **WHFBAuthentication** in the above command with the name of your certificate template. It's important that you use the template name rather than the template display name. You can view the template name on the **General** tab of the certificate template using the Certificate Template management console (certtmpl.msc). Or, you can view the template name using the **Get-CATemplate** ADCS Administration Windows PowerShell cmdlet on our Windows Server 2012 or later certificate authority.
|
> If you gave your Windows Hello for Business Authentication certificate template a different name, then replace **WHFBAuthentication** in the above command with the name of your certificate template. It's important that you use the template name rather than the template display name. You can view the template name on the **General** tab of the certificate template using the Certificate Template management console (certtmpl.msc). Or, you can view the template name using the **Get-CATemplate** ADCS Administration Windows PowerShell cmdlet on our Windows Server 2012 or later certificate authority.
|
||||||
|
|
||||||
> [!IMPORTANT]
|
|
||||||
> If the template was changed successfully, the output of the command will contain old and new values of the template parameters. The new value must contain the **CTPRIVATEKEY_FLAG_HELLO_LOGON_KEY** parameter. Example:
|
|
||||||
>
|
|
||||||
> CN=Certificate Templates,CN=Public Key Services,CN=Services,CN=Configuration,DC=[yourdomain]:WHFBAuthentication <br>
|
|
||||||
> <br>
|
|
||||||
> Old Value: <br>
|
|
||||||
> msPKI-Private-Key-Flag REG_DWORD = 5050080 (84213888) <br>
|
|
||||||
> CTPRIVATEKEY_FLAG_REQUIRE_SAME_KEY_RENEWAL -- 80 (128) <br>
|
|
||||||
> CTPRIVATEKEY_FLAG_ATTEST_NONE -- 0 <br>
|
|
||||||
> TEMPLATE_SERVER_VER_WINBLUE<<CTPRIVATEKEY_FLAG_SERVERVERSION_SHIFT -- 50000 (327680) <br>
|
|
||||||
> TEMPLATE_CLIENT_VER_WINBLUE<<CTPRIVATEKEY_FLAG_CLIENTVERSION_SHIFT -- 5000000 (83886080) <br>
|
|
||||||
> New Value: <br>
|
|
||||||
> msPKI-Private-Key-Flag REG_DWORD = 5250080 (86311040) <br>
|
|
||||||
> CTPRIVATEKEY_FLAG_REQUIRE_SAME_KEY_RENEWAL -- 80 (128) <br>
|
|
||||||
> CTPRIVATEKEY_FLAG_ATTEST_NONE -- 0 <br>
|
|
||||||
> TEMPLATE_SERVER_VER_WINBLUE<<CTPRIVATEKEY_FLAG_SERVERVERSION_SHIFT -- 50000 (327680) <br>
|
|
||||||
> CTPRIVATEKEY_FLAG_HELLO_LOGON_KEY -- 200000 (2097152) <br>
|
|
||||||
> TEMPLATE_CLIENT_VER_WINBLUE<<CTPRIVATEKEY_FLAG_CLIENTVERSION_SHIFT -- 5000000 (83886080) <br>
|
|
||||||
> CertUtil: -dsTemplate command completed successfully." <br>
|
|
||||||
|
|
||||||
## Publish Templates
|
## Publish Templates
|
||||||
|
|
||||||
### Publish Certificate Templates to a Certificate Authority
|
### Publish Certificate Templates to a Certificate Authority
|
||||||
|
Loading…
x
Reference in New Issue
Block a user