question

$$ANON_USER$$ avatar image
0 Votes"
$$ANON_USER$$ asked $$ANON_USER$$ commented

Replacing CA without revoking certs to retain the trust of issued certs

I'm planning to decommission a current Enterprise root CA (single tier) from my lab and add a new Enterprise Root CA (also a single tier).
If I was to decommission the existing CA but without revoking the issued certs, would the machines on the domain still trust the issued certs that were issued from that CA? It's a lab env't so I'm not too concerned about security.

TIA

windows-server-security
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Crypt32 avatar image
0 Votes"
Crypt32 answered

If I was to decommission the existing CA but without revoking the issued certs, would the machines on the domain still trust the issued certs that were issued from that CA?

they will if you issue a long-valid CRL. Ideally, CRL validity should match or be greater than CA certificate expiration time. In this case, clients will be ok in using their CA even if it is already decommissioned.
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

$$ANON_USER$$ avatar image
0 Votes"
$$ANON_USER$$ answered $$ANON_USER$$ commented

Thanks, the CRL checking is disabled so it should be all good then.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

No, you shall not disable CRL checking. It is a wrong solution.

0 Votes 0 ·

yep, this is a lab env't for testing certain functionalities.

0 Votes 0 ·