grindsa

Results 17 issues of grindsa

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...

### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. ### How do you use lego? Binary ### Detailed Description Hi, I am using lego...

enhancement
area/lib

As already mentioned in #19 I added an argument to the Certsrv class which gives the option to configure http/socks proxies.

I am using `certsrv` as part of my [acmeproxy project](https://github.com/grindsa/acme2certifier/) and like it a lot. One of my users is requesting http/socks5 proxy support and I think it would be...

if you dont mind to let the client specify the template to be used we could re-use the [header_info_field feature](https://github.com/grindsa/acme2certifier/blob/master/docs/header_info.md). There are some [other handlers](https://github.com/grindsa/acme2certifier/blob/master/docs/certifier.md#passing-a-profileid-from-client-to-server) already using the features and...

enhancement
completed

new parameter `suppress_product_information` in `acme_srv.cfg` to suppress product, author, homepage and version number as below... ```json { "newAuthz": "http:/URL/acme/new-authz", "newNonce": "http://URL/acme/newnonce", "newAccount": "http://URL/acme/newaccount", "newOrder": "http://URL/acme/neworders", "revokeCert": "http://URL/acme/revokecert", "keyChange": "http:/URL/acme/key-change", "renewalInfo":...

enhancement
completed

# migration status - DKBRobo.account_dic() - :white_check_mark: - released with 0.23 - DKBRobo.get_credit_limits() - :white_check_mark: - released with 0.25 - DKBRobo.get_exemption_order()- :x: - DKBRobo.get_points() - :x: - DKBRobo.get_standing_orders()) - :white_check_mark:...

enhancement

Using a newer base image also addresses #22 which I reported a while ago.

Hi, certificate enrollment from http://testrfc7030.com:9443 fails with error 401 since around two months. I am using certificates enrolled from port 8443 for authentication which did work so far without any...