Open adiesner opened 6 years ago
Hello Andreas,
sorry for my late reaction. I've been on vacation for the last couple weeks and haven't had the time to look into it.
Your changes look good to me, except one thing: now that the requirement for the existence of the 'shared_secret' key is gone, the value needs to be checked before being used.
That is, line 87 of dns_inwx.py should be extended to raise a plugin error, stating that the API account requires a valid 2-factor authenticaton secret which was not provided.
Fixes error:
See: https://certbot.eff.org/docs/api/plugins/dns_common.html#certbot.plugins.dns_common.DNSAuthenticator._configure_credentials
Configuration file looked like this:
BTW: Thank you for your effort of creating this!