Hi!

 

I’ve got openxpki running with docker-composer, pretty much following the 
instructions as described here:  https://github.com/openxpki/openxpki-docker.

I’m trying to use the EST protocol to sign a certificate request, and I’m using 
the following URL:

curl -k -v https://localhost:8443/.well-known/est/simpleenroll -s -o cert.p7 
--data-binary @req.p10 -H "Content-Type: application/pkcs10"

 

But instead of the certificate, I’m getting this error message:

$ cat cert.p7 

Request was rejected: I18N_OPENXPKI_UI_ENROLLMENT_ERROR_NOT_AUTHENTICATED

 

My questions are:
Do I need to create a user and send username and password using basic 
authentication?
Do I need to use a client certificate instead?
Can I accept anonymous requests for testing purposes?
 

Many thanks in advance

 

Enrique

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to