thefinn93 / ansible-letsencrypt

An ansible role to generate TLS certificates and get them signed by Let's Encrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip certbot package name is old (letsencrypt)

miettal opened this issue · comments

currently ansible-letsencrypt try to install "letsencrypt" package by pip in unsupported platforms.
but today "letsencrypt" package is renamed to "certbot" and is not updated.

And In my case, I have some problem related to ↑.
like certbot/certbot#8036 ("letsencrypt" package is not fixed this pr/issue, so execution ansible-letsencrypt was failed.)

sorry I mistook understanding letsencrypt package.
letsencrypt is virtual package and the contents is same to certbot.
I close this issue.