acme-client
Here are 71 public repositories matching this topic...
-
Updated
Aug 12, 2019 - C#
Add tests
Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:
- Cert is created with right DN
- Cert is stored to X509Store after creation
- Cert request is not resubmitted
- Handles failures gracefully
- HTTP challenge/response works as expected
- Certificate renewal when cert is about to expiration
-
Updated
Mar 1, 2019 - PHP
It's not really clear how "orders" are stored or how they are related to New-PACertificate.
As someone who is unfamiliar with ACME, I read in one of these issues that New-PACertificate is pretty much the same as Renew if an order exists. It wasn't clear to me that orders apparently only exist locally.
I want to renew my certificate as necessary from a cron-scheduled GitHub Action. Howe
-
Updated
Jul 3, 2020 - Perl
-
Updated
Jul 7, 2020 - Python
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Jun 21, 2020 - C
-
Updated
May 31, 2020 - JavaScript
-
Updated
Aug 2, 2019 - Java
-
Updated
Oct 7, 2019 - Ruby
-
Updated
Jul 14, 2020 - PHP
-
Updated
Nov 16, 2019 - PHP
-
Updated
Jul 6, 2020 - Python
-
Updated
May 27, 2020 - Python
-
Updated
Jul 16, 2020 - Java
-
Updated
May 26, 2020 - Shell
-
Updated
Mar 2, 2018 - TypeScript
-
Updated
Nov 28, 2017 - C
-
Updated
Oct 16, 2019 - Python
-
Updated
Nov 15, 2018 - Rust
-
Updated
Jun 25, 2020 - Python
-
Updated
Jun 21, 2018 - Python
-
Updated
Feb 3, 2017 - Go
-
Updated
Jul 27, 2019 - Go
-
Updated
Jul 13, 2020 - Ruby
-
Updated
Mar 11, 2019 - Java
Improve this page
Add a description, image, and links to the acme-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the acme-client topic, visit your repo's landing page and select "manage topics."


When working on other things, I found that our coverage tests were failing on
masteron macOS. I quickly fixed this in certbot/certbot#7972, but there's nothing stopping us from hitting this problem again in the future. I think we should avoid this because it can be a confusing/frustrating experience, especially for new Certbot developers, to investigate test failures on