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

Can't create certificate without 2FA #12

Open
stephan-schuster opened this issue Jul 5, 2023 · 1 comment
Open

Can't create certificate without 2FA #12

stephan-schuster opened this issue Jul 5, 2023 · 1 comment

Comments

@stephan-schuster
Copy link

We created sucessfully a wildcard certificate some months ago without using 2FA. When I try to renew the certificate I get the following message:

Missing property in credentials configuration file /etc/letsencrypt/schlund.ini:
 * Property "dns_schlundtech_token" not found (should be the 2FA token to use, optional).

When I add the missing property with a random value (because we don't use 2FA) Schlundtech reports, that the zone can't be found:

Encountered exception during recovery: certbot.errors.PluginError: Unable to find a SchlundTech zone for example.de
Unable to find a SchlundTech zone for example.de

We used the following command to initialy create the certificate:

certbot certonly --server https://acme-v02.api.letsencrypt.org/directory -a dns-schlundtech --dns-schlundtech-credentials /etc/letsencrypt/schlund.ini --dns-schlundtech-propagation-seconds 60 --domains *.example.de --email [email protected]

I'm wondering, how we could create the certificate initialy with success? Is there a way to renew the certificate without enabling the 2FA at Schlundtech?

@DonOtuseGH
Copy link

DonOtuseGH commented Jul 28, 2023

Same issue here, with 2FA enabled and a token provided in th credential file...

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

2 participants