-
Let's Encrypt posted the following yesterday. Is acme-tiny already up-to-date for this change? I seem to see some polling code so I think we should be safe, but just to make sure!
-----
We inten…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
Cur…
-
most of the things that sewer does are network IO related(making api calls to letsencrypt, making other calls to DNS providers etc)
This is precisely the kind of work that python3's asyncio really …
komuw updated
4 years ago
-
### Operating System (OS/VERSION):
CentOS Linux release 7.6.1810 (Core)
### VestaCP Version:
TPKG VER REL ARCH UPDT DATE
--- --- --- ---- ---- …
-
If the server returns a `badNonce` error containing a new nonce, the old nonce is used once again in the retry because the same data is sent again:
https://github.com/acmephp/acmephp/blob/69689279b2c…
-
https://github.com/shred/acme4j
-
Hi
Not sure if someone would have some insight into what is going on. I've been trying to get this module to work with another CA, working with SmallStep/certificates cc @dopey
In the process, n…
-
Dear community, we have an issue that we like to have solved and are willing to contribute to. This is my first time reporting an issue here and if there are any questions I'll gladly elaborate.
**…
-
Hi,
I tried to allow support of OVH API as a DNS provider, so I created the OVH plugin based on the Infoblox class:
```python
@PluginRegistry.register_plugin("ovh")
class OvhClient(ChallengeSolv…
-
### Steps to Reproduce
1. Open an ACME order against a step-ca server
2. Answer the DNS-01 challenge for the order without properly populating DNS (or populating it with the wrong value)
3. Wait …