Dear Marcus Serrao,
Thank you for posting your question on Microsoft Q&A.
My name is Hoang Phan, and I understand that you are having some concern related to CA certificate extensions.
From my understanding, you would like to configure the Key Usage extension as Critical in your CA certificate. Could you please confirm which CA you want to configure this for – a Root CA or a Subordinate CA?
Keep in mind that the Root CA is responsible for renewing both its own certificate and the certificates of its subordinate CAs. Therefore, if you want to configure this for a Subordinate CA, you will need to modify the CApolicy.inf file on the Root CA before issuing or renewing the subordinate CA certificate.
Based on my research, the following configuration can be added to the CApolicy.inf file on the Root CA to mark the Key Usage extension as critical and to exclude the "DigitalSignature" key usage:
[Extensions]
2.5.29.15 = AwIBBg==
Critical = 2.5.29.15
Reference: Description of the necessary configuration settings for the common PKI certificate profile
I hope this information proves helpful. Please don’t hesitate to reach out if you need further clarification—I’ll be happy to assist 🙂
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Best regards,
Hoang Phan