You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running pjac against a non-LE server implementation. The account registration fails as our acme server requires contact information inside the body of the registration request and even if specified pjac does not send it.
Hi,
I am running pjac against a non-LE server implementation. The account registration fails as our acme server requires contact information inside the body of the registration request and even if specified pjac does not send it.
Below the command used for registration:
java -jar acme_client.jar --server-url http://acme-srv.bar.local --command register -a /root/pjac/account.key --email [email protected] --with-agreement-update --log-level DEBUG
The attached logs show that no contact information is added to the request.
acme.log
Am I doing something wrong or did I get hit by a bug?
Thank you for your help and have a nice day.
/G.
The text was updated successfully, but these errors were encountered: