Share via


SHA 3 with Microsoft CA

Question

Wednesday, February 8, 2017 12:56 PM

Hi guys,

I want know, how can I implement SHA3 in Microsoft CA?

All replies (3)

Thursday, February 9, 2017 3:09 AM ✅Answered

Hi,

>>In this link SHA384 defined in both of SHA2 and SHA3. If you can, please explain more.

According your wiki link,I think Brian is talking about SHA384 in SHA-2,I checked in my lab ,and I don't find any official document said that Microsoft CA support SHA-3  ,the SHA-2 is the preferred method now,even in the latest released Windows server 2016.

Best Regards
Cartman
Please remember to mark the replies as an answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com


Wednesday, February 8, 2017 9:18 PM

I can only assume you mean SHA384 when you say SHA3....

From an Admin Command prompt, you would run

1) certutil -setreg ca\csp\CNGHashAlgorithm SHA384

2) net STOP certsvc && net start certsv

3) Issue certificates.

Brian


Wednesday, February 8, 2017 11:20 PM

Hi Brian, Thanks for reply.

In this link SHA384 defined in both of SHA2 and SHA3. If you can, please explain more.