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 fi

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: WAR

[OpenXPKI-users] EST basics OpenXPKI v3.2.1

2019-12-23 Thread Oliver Welter
Hi Jeff, while trying to track down the empty debug message I recognized that simple_re_enroll is not properly handled by the current script. Please use "simpleenroll" for the moment or use the patched version from github. Oliver Am 20.12.19 um 13:17 schrieb Jefferson Dümes: > Hi people, > > I

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 insid

[OpenXPKI-users] EST basics OpenXPKI v3.2.1

2019-12-20 Thread Jefferson Dümes
Hi people, I am missing something in my tests when trying the simpleenroll just like the example in Step 4 from http://testrfc7030.com/. Initially I left out the "--anyauth -u estuser:estpwd" part cause I don't know what should I enter in it. Then tryed a valid operator user, but the logs still s