Hi Gabriel,

you can use either the EST protocol (simple HTTPS POST of CSR) or the "RESTlike" RPC API with the enrollment workflow. Both require that you generate a CSR on your end and post this to the OpenXPKI installation, optionally authenticated with a client certificate - details are on the RTD documentation:

https://openxpki.readthedocs.io/en/latest/subsystems/est.html
https://openxpki.readthedocs.io/en/latest/subsystems/rpc.html
https://openxpki.readthedocs.io/en/latest/reference/configuration/workflows/enroll.html

The certificate will be created from the information encoded in the CSR, more advanced workflows that render the certificate data from additional parameters or even generate the key and certificate on the PKI side are possible but not part of the standard community repository.

best regards

Oliver

On 18.04.23 19:57, Gabriel Carissimo wrote:
Hello friends
We have a application made in php to sign pdf files, we need power from our application, each time we register a user, I made the certificate request to the openxpki server, I imagine through a rest api, that the request will be passed the necessary data, and automatically approve and return the certificate for that user. Is it possible to do this? If possible, could you provide me with an example?

thank you so much
Gabriel


_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

--
Protect your environment -  close windows and adopt a penguin!



_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to