Share via

group policy help

Rising Flight 6,456 Reputation points
2025-03-27T13:40:29.1966667+00:00

I have two certificates that are set to expire in a month. One certificate is placed in the Trusted Root Certification Authority and the other in the Intermediate Certification Authority.

I have renewed these certificates and now have the new ones in .cer format. I want to deploy them to the Trusted Root Certification Authority and the Intermediate Certification Authority without disturbing the old certificates (i.e., without overwriting them). However, I am unsure how the previous certificates were deployed.

Please guide me on how to deploy these certificates using Group Policy. Additionally, could anyone confirm which folder I should use to place the script? Is C:\Windows\SYSVOL\domain on the domain controller the correct location to copy the .cer files?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments

Answer accepted by question author

Geoff McKenzie 950 Reputation points
2025-04-01T23:28:01.99+00:00

Hi Rising Flight,

I understand you want to publish 2 new certifictes, 1x root and 1x issuing CA to your domain. I assume these are not Windows CAs (or at least not windows enterprise CAs).

There are two ways I can think of 'off the top of my head'

Certutil.exe -dspublish
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/certutil
"-dsPublish
Publishes a certificate or certificate revocation list (CRL) to Active Directory.
Windows Command Prompt
certutil [options] -dspublish CertFile [NTAuthCA | RootCA | SubCA | CrossCA | KRA | User | Machine]

And GPO
https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/distribute-certificates-to-client-computers-by-using-group-policy

Regsards,

Geoff

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.