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

Missing certbot-auto #204

Open
shunkica opened this issue Jan 4, 2024 · 3 comments
Open

Missing certbot-auto #204

shunkica opened this issue Jan 4, 2024 · 3 comments

Comments

@shunkica
Copy link

shunkica commented Jan 4, 2024

I am trying to use this role on a Rocky Linux 8 system but the following error is thrown:

TASK [geerlingguy.certbot : Ensure certbot-auto is executable.] ******************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "file (/opt/certbot/certbot-auto) is absent, cannot continue", "path": "/opt/certbot/certbot-auto", "state": "absent"}

These files are present in /opt/certbot:

$ ls /opt/certbot/
acme            certbot-ci                  certbot-dns-dnsimple     certbot-dns-linode  certbot-dns-rfc2136      CHANGELOG.md             letstest          pytest.ini   tests
AUTHORS.md      certbot-compatibility-test  certbot-dns-dnsmadeeasy  certbot-dns-luadns  certbot-dns-route53      CODE_OF_CONDUCT.md       LICENSE.txt       README.rst   tools
certbot         certbot-dns-cloudflare      certbot-dns-gehirn       certbot-dns-nsone   certbot-dns-sakuracloud  CONTRIBUTING.md          linter_plugin.py  SECURITY.md  tox.ini
certbot-apache  certbot-dns-digitalocean    certbot-dns-google       certbot-dns-ovh     certbot-nginx            letsencrypt-auto-source  mypy.ini          snap         windows-installer

certbot-auto has been removed from the certbot repo

Also it is unclear to me why it even tries to install from source since my ansible_os_family is 'RedHat'

@onknows
Copy link

onknows commented Jan 12, 2024

I am trying to use this role on a Rocky Linux 8 system but the following error is thrown:

TASK [geerlingguy.certbot : Ensure certbot-auto is executable.] ******************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "file (/opt/certbot/certbot-auto) is absent, cannot continue", "path": "/opt/certbot/certbot-auto", "state": "absent"}

These files are present in /opt/certbot:

$ ls /opt/certbot/
acme            certbot-ci                  certbot-dns-dnsimple     certbot-dns-linode  certbot-dns-rfc2136      CHANGELOG.md             letstest          pytest.ini   tests
AUTHORS.md      certbot-compatibility-test  certbot-dns-dnsmadeeasy  certbot-dns-luadns  certbot-dns-route53      CODE_OF_CONDUCT.md       LICENSE.txt       README.rst   tools
certbot         certbot-dns-cloudflare      certbot-dns-gehirn       certbot-dns-nsone   certbot-dns-sakuracloud  CONTRIBUTING.md          linter_plugin.py  SECURITY.md  tox.ini
certbot-apache  certbot-dns-digitalocean    certbot-dns-google       certbot-dns-ovh     certbot-nginx            letsencrypt-auto-source  mypy.ini          snap         windows-installer

certbot-auto has been removed from the certbot repo

Also it is unclear to me why it even tries to install from source since my ansible_os_family is 'RedHat'

The default install configured in the role is package. So I think that somewhere you must have configured

certbot_install_method: source

The source install seems to be broken, there no longer is this executable certbot-auto. This executable is deprecated see https://eff-certbot.readthedocs.io/en/latest/install.html#certbot-auto-deprecated.

Copy link

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label May 13, 2024
@chiralsoftware
Copy link

chiralsoftware commented Jun 4, 2024

I'm getting this issue on Amazon Linux 2023. I'm doing install with source. Install with package didn't work, as it had some conflict with cryptography module which I couldn't figure out. I didn't try the snap installation.

@github-actions github-actions bot removed the stale label Jun 10, 2024
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