Replies: 1 comment 2 replies
-
Depending on how you install EJBCA your port can be different, i.e. it's a WildFly configuration. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello All,
I'm fairly new to PKI specifics but have had a lot of interactions with CAs as a client while working as a network engineer. I provide this background as my question is multifaceted.
I'm trying to request a certificate from my EJBCA instance via Postman. I have enabled REST in the configuration, and there is end-to-end connectivity. Based on my research, I have been using the following URL:
https://XX.XX.XX.XX:8443/ejbca/ejbca-rest-api/v1/certificates/pkcs10enroll
However, I found that the server is not listening on port 8443. When I change the URL to use port 443, I get no response, and nothing appears in the RA logs or the Admin portal—despite the port being open.
My questions:
What is the correct URL for making a client certificate request via REST API in EJBCA?
Am I using the correct process for requesting a client certificate where the keys are generated on the server i.e pkcs10enroll?
I'm happy to provide any logs, configuration files, or further explanations if needed. Any guidance would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions