Git Product home page Git Product logo

Comments (3)

infinityofspace avatar infinityofspace commented on May 23, 2024

I need more information which exact command and which versions of the plugin and certbot you used. Please fill out the issue template.

from certbot_dns_duckdns.

rambip avatar rambip commented on May 23, 2024

I found the right way to do it, I created the certificate with my duckdns token and then added it manually to my nginx config.
I just wonder why it is impossible to use the 2 flags --nginx and --authenticator dns-duckdns

The command I used was:

certbot certonly \
  --non-interactive \
  --agree-tos \
  --preferred-challenges dns \
  --authenticator dns-duckdns \
  --duck-dns-token $my_token
  -d "rambi.duckdns.org"

And I don't think this is specific to my version (I installed the latest version of certbot and certbot_dns_duckdns with pip)

from certbot_dns_duckdns.

infinityofspace avatar infinityofspace commented on May 23, 2024

If you use the argument --nginx and --authenticator dns-duckdns, then you say certbot it should create a HTTP-01 challenge with nginx and a DNS-01 challenge with duckdns at the same time. This is logically not possible, because both are mutually exclusive. You can find more information about the different challenge types on the letsencrypt page.

From the official docs:

--nginx           Use the Nginx plugin for authentication & installation

And for authenticator plugins:

-a AUTHENTICATOR, --authenticator AUTHENTICATOR
                        Authenticator plugin name.

You can not combine multiple authenticators. You can combine only installer and authenticator, this is it also described here

For more information about certbot please refer to the official documentation.
If you need support for using certbot and this is not related to this DNS plugin, then use the official certbot help channels.

I will close the ticket as this is not a feature idea, an issue or related to this specific DNS plugin and relates only to the general use of certbot.


If you find a bug in certbot_dns_duckdns or have a feature idea then feel free to open a new issue and fill out the templates.

from certbot_dns_duckdns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.