Issuing CA Cert Renewal

Nik Perisa 26 Reputation points
2020-10-11T22:22:44.34+00:00

Currently running Windows server 2012 our AD environment

We have an online Root CA and its certificate expires in 2031.

We have 2 issuing CA's and their certs expire early next year.

Is this all i need to do: https://www.risual.com/2014/05/renew-issuingsubordinate-ca-certificate/

Also, do i need to push out the new renewed cert to all domain joined devices?

I'm guessing 3rd party devices with a cert will need to be renewed?

Windows for business | Windows Server | Devices and deployment | Configure application groups
{count} votes

Accepted answer
  1. Vadims Podāns 9,186 Reputation points MVP
    2020-10-12T05:53:31.74+00:00

    The article you are referencing is not very correct. It suggest to not generate new key pair during renewal, which is bad choice. You SHALL ALWAYS generate new key pair during CA renewal regardless of what is the reason for renewal. The rest looks legit.

    Also, do i need to push out the new renewed cert to all domain joined devices?

    no. Issuing CA is not a trust anchor, so is not required to be pushed to any device as long as AIA extension is properly configured. But in any case, Enterprise CA will automatically push itself to all AD forest members.

    I'm guessing 3rd party devices with a cert will need to be renewed?

    only device certs must be renewed because they all are about to expire.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-10-12T06:11:38.65+00:00

    Hi,

    In domain, CA will automatically publish new certificate to AD and AD forest, clients will automatically trust it. As the result all previously issued certificates will chain up to new CA cert without any changes.
    Regarding 3rd party devices , i would recommend you check the information with the devices provider or you can check it through the MMC if the new certificated will be installed automatically.
    Following link for your reference:
    https://www.sysadmins.lv/blog-en/root-ca-certificate-renewal.aspx
    Please note: The given technical support contact information belongs to a third party and may vary without notice. Microsoft does not guarantee the information accuracy.

    https://social.technet.microsoft.com/wiki/contents/articles/2016.root-ca-certificate-renewal.aspx

    Best Regards,

    1 person found this answer helpful.

Your answer

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