acme2certifier icon indicating copy to clipboard operation
acme2certifier copied to clipboard

library implementing ACME server functionality

Results 13 acme2certifier issues
Sort by recently updated
recently updated
newest added

Understanding the possibility that one System with Certificate provisioned via acme2certifier can be compromised, and consequently no possibility to start the revocation process from `acme_client` side, there is any way...

enhancement
work_in_progress

I have ADCS Certificate Enrollment Web Service (CEWS) running on a separate server than my actual ADCS CA. After my Linux client successfully completes the ACME challenge and calls _finalize_,...

I'm trying to set up a local ACME server with the mswcce ca_handler and I'm getting an error that I do not know how to debug. The message is: ```ca_server.get_cert()...

improvement
configuration issue

Hello, db column `identifiers varchar (1048)` in table `acme_order` seems a bit small considering that any DNS alt name will consume ~50 chars or so. I think the db column...

bug
ready_for_testing

is there a container url http to safely healthcheck?

enhancement
completed

Acme2certifier is such a great solution. Thank you so much for your efforts and for actively maintaining it. I'm running through a very strange behavior with cert-manager and acme-dns setup....

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

When using acme.sh with a2c and mswcce_ca_handler.py, there's a strange behavior that happens. All VMs (a2c, acme.sh, acme-dns, MS CA and domain controller) are all in one network and have...

bug