I want to use EJBCA with no modifications and preferably without writing proprietary software calling their interface.
I need to create 4 types of certificates. Each certificate will be valid for 5 years but the private key can only be used for 7 days. I want to create 26 certificates in 1 go (so for the next half year), which follow each other exactly to the second. So Cert2 starts a week after Cert1 etc. Can I easily achieve this with EJBCA?
Thanks!