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

Renew is not working #11

Open
aytact opened this issue Jul 12, 2021 · 2 comments
Open

Renew is not working #11

aytact opened this issue Jul 12, 2021 · 2 comments

Comments

@aytact
Copy link

aytact commented Jul 12, 2021

Renewal configuration file domain.com.conf (cert: domain.com) produced an unexpected error: 'Namespace' object has no attribute 'certbot_dns_ispconfig:dns_ispconfig_propagation_seconds'. Skipping.

The error is being shown when we want to renew existing certificate.

@zxfrank
Copy link

zxfrank commented May 9, 2023

Same here

Ubuntu 22.04.2 LTS
latest certbot snap, certbot 2.6.0

certbot._internal.renewal:Traceback was:
Traceback (most recent call last):
  File "/snap/certbot/3024/lib/python3.8/site-packages/certbot/_internal/renewal.py", line 502, in handle_renewal_request
    renewal_candidate = reconstitute(lineage_config, renewal_file)
  File "/snap/certbot/3024/lib/python3.8/site-packages/certbot/_internal/renewal.py", line 103, in reconstitute
    _restore_plugin_configs(config, renewalparams)
  File "/snap/certbot/3024/lib/python3.8/site-packages/certbot/_internal/renewal.py", line 173, in _restore_plugin_configs
    if config_item.startswith(plugin_prefix + "_") and not cli.set_by_cli(config_item):
  File "/snap/certbot/3024/lib/python3.8/site-packages/certbot/_internal/cli/__init__.py", line 505, in set_by_cli
    if not isinstance(getattr(detector, var), _Default):
AttributeError: 'Namespace' object has no attribute 'certbot_dns_ispconfig:dns_ispconfig_propagation_seconds'

@ahrasis
Copy link
Contributor

ahrasis commented Sep 7, 2023

Read: certbot/certbot#9562

And also: https://community.letsencrypt.org/t/certbot-namespace-object-has-no-attribute-certbot-plugin-gandi-dns-credentials/204470

Other that, I think to use a dns plugin with certbot via snapd, it must be stored in snap store and then obtained via snapd as well. The developer should rewrite this plugin so that can be done and using this plugin with certbot that is installed via snapd will work.

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

3 participants