Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to combine HTTP and DNS challenges in a single certificate? #9751

Open
catharsis71 opened this issue Aug 19, 2023 · 0 comments
Open

Comments

@catharsis71
Copy link

Currently it's impossible to do something like this:

certbot certonly --dry-run --dns-cloudflare -d example.com --apache -d example.net

There are legitimate scenarios where only DNS authentication can be used for example.com, and only HTTP authentication can be used for example.net, but a person would still prefer to create a single certificate for both rather than two certificates.

[acme.sh can do this](certbot certonly --dry-run --dns-cloudflare -d example.com --apache -d example.net) and possibly other ACME clients

is there any possibility of adding this feature to certbot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant