dnsrobocert icon indicating copy to clipboard operation
dnsrobocert copied to clipboard

Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges

Results 69 dnsrobocert issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to use DNSrobocert with nginx-proxy. I am successfully (with a few hacks) running dnsrobocert (as long as the container doesn't die). Please can you tell me how...

Used to work perfectly, until the last time I patched the container. Might have been flawed 6 months ago. ``` profiles: - name: godaddy_profile provider: godaddy provider_options: auth_key: yestthishasmycorrectkey auth_secret:...

Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.12.0 to 0.13.0. Changelog Sourced from xmltodict's changelog. v0.13.0 Add install info to readme for openSUSE. (#205) Thanks, @​smarlowucf! Support defaultdict for namespace mapping (#211) Thanks, @​nathanalderson!...

dependencies

Hi, I've been troubleshooting a namecheap issue for the past two days, and it would help immensely to have a debug option which includes the api requests and responses. This...

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies

I guess this is a very common use case but couldn't find anything in documentation. Opening this ticket to discuss best practice and **contribute a recommendation to docs**. Hey all,...

Dear all, thanks for the wonderful work on dnsrobocert. Implemented the project recently into my deployment orchestration. But ran into an issue that others might face. Since i'm keeping certificates...

Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.0 to 2.2.1. Changelog Sourced from dnspython's changelog. 2.2.1 This release has no new features, but fixes the following issues: dns.zone.from_text failed if relativize was False and...

dependencies

``` import subprocess, os rich_env = os.environ.copy() rich_env.update( { "DNS_DOMAIN": domain, # from config.yml "DNS_PROFILE": profile, # from config.yml } ) subprocess.check_call(deploy_hook, shell=True, env=rich_env) ```

I have these issues when I use the adferrand/dnsrobocert:latest docker image with the TIMEZONE variable set: Waiting for DNS /run.sh: 6: ping: not found /run.sh: 6: ping: not found /run.sh:...