Find a solution and test it out when the CA certificate has expired how to get rid of it without causing service interruptions using EJBCA. #462
-
Hi everyone, I'm currently working with getting rid of CA certificate that has expired without causing service interruptions in EJBCA. I want to ask about
Thank you in advance for your assistance. Any guidance or pointers would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For Root CAs, while technically you can simply renew the existing Root CA using the same CA subject DN (with a button in EJBCA), the best practice today is to create a new Root CA with a difference subject DN. Setting up a new Root with a different subject DN makes it more clear, and less error prone when you distribute the new Root CA certificate, with no risk of any client/toolkit/human out there to mess up certificate chains. For specific use cases, there is a functionality (Service) in EJBCA for automatic CA renewal, which is typically used for short lived Sub CAs though where the whole process can be automated, and not for Root CAs. While technically the standards allow for many many options and way to do it, all of them are not to be recommended :-). |
Beta Was this translation helpful? Give feedback.
For Root CAs, while technically you can simply renew the existing Root CA using the same CA subject DN (with a button in EJBCA), the best practice today is to create a new Root CA with a difference subject DN. Setting up a new Root with a different subject DN makes it more clear, and less error prone when you distribute the new Root CA certificate, with no risk of any client/toolkit/human out there to mess up certificate chains.
For specific use cases, there is a functionality (Service) in EJBCA for automatic CA renewal, which is typically used for short lived Sub CAs though where the whole process can be automated, and not for Root CAs.
While technically the standards allow for many many…