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

In my config.yml I switched staging from on to off. I made no other changes. I'm using dnsrobocert with Docker. When I made the config.yml change I could immediately see...

I got the lexicon.exceptions.ProviderNotAvailableError in the latest version. Exactly the same config works in dnsrobocert:3.12.0 so when I run that docker image it did work. I am using the transip...

On normal run of the process, the certificate does get renewed, and at the moment, it is still being exported as pfx successfully. However, please see the warning found in...

If I’m using hosteurope dns provider how can I understand the value of linode token : – LEXICON_PROVIDER=hosteurope – LEXICON_LINODE_TOKEN= (what should be the value here – value of txt...

Hi, how is `certbot certonly --manual` with dnsrobocert possible? F.ex. if i leave "profiles:" in the "config.yml" away? Thank you

Thanks so much for creating dnsrobocert! I'm trying to obtain a certificate from Namesilo's API using docker. Whenever I start the container everything looks fine until it runs the manual-auth-hook...

Standard you need to run the docker like this: ``` docker run --rm --name dnsrobocert --volume /etc/dnsrobocert/config.yml:/etc/dnsrobocert/config.yml --volume /etc/letsencrypt:/etc/letsencrypt adferrand/dnsrobocert:latest ``` but if you're using Transip as provider, you need...

Although this repo is called docker-letsencrypt-dns, I am wondering if you can expand the support to include http challenge (or even tls). It is because I could't find a repo...

Thanks for this project! I use it and have been really happy with it so far :-) I was wondering if support could be added for `autorestart` to restart containers...

After full re-staging (from test to production env), we get following error: `There is an existing account; registration of a duplicate account with this command is currently unsupported.` We still...