X509
X509

Reputation: 1

EJBCA - Request contiguous certificates

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!

Upvotes: 0

Views: 68

Answers (1)

primetomas
primetomas

Reputation: 552

Yes, you can use custom start and end days when issuing certificates. Either in the Web UI, or you can use the SOAP API, which has a scriptable command line interface (clientToolBox).

Upvotes: 0

Related Questions