EJBCA + WildFly: Debugging Custom Duration Support for pkcs10enroll REST API in IntelliJ #914
Unanswered
chriso2025
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Is this what you are trying to implement. It's something that has shipped in Enterprise and is coming in the next Community release. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Tomas, The ability to pass the start time and end time on the payload request to pkcs10Enroll is what I need. Can you tell me when that version of the Community edition is going to be released? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m currently working on a customization to the EJBCA REST API, specifically the pkcs10enroll endpoint. My goal is to allow clients to specify a custom certificate duration (from 1 to 1000 days) directly in the JSON payload, so we can avoid creating separate end-entity or certificate profiles for each duration range.
What I’ve done so far:
What I need help with:
I’d like to debug this in IntelliJ IDEA while running EJBCA on WildFly. I’m looking for tips or best practices on:
If anyone has experience debugging EJBCA REST API customizations or a similar workflow, I’d really appreciate your guidance!
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions