Re: [OpenXPKI-users] EST basics OpenXPKI v3.2.1

2020-01-07 Thread Jefferson Dümes
Hi Oliver, I just realized that this is very similar to a problem already posted here before. I will try your suggestion on that post: https://sourceforge.net/p/openxpki/mailman/message/36883604/ Regards, Jeff On Tue, 7 Jan 2020 at 16:59, Jefferson Dümes wrote: > Hi Oliver, > > I am still

Re: [OpenXPKI-users] EST basics OpenXPKI v3.2.1

2020-01-07 Thread Jefferson Dümes
Hi Oliver, I am still fighting with EST and now I did a curl against the proper endpoint: "simpleenroll" "curl https://172.31.1.201/.well-known/est/simpleenroll -s -o meuteste.p7 --data-binary @req.p10 -H "Content-Type: application/pkcs10" --dump-header resp.hdr" I get this in Technical Log:

Re: [OpenXPKI-users] EST basics OpenXPKI v3.2.1

2019-12-20 Thread Oliver Welter
Hi Jeff, OpenXPKI does not support username/password authentication via the handlers yet. You can either use anonymous requests with a challange password in the PKCS10 (as used by SCEP) or use "on behalf" signing. If you want to have username/password authentication you can set this up