在Debian系统上,通过snap安装certbot出错:
error: no snap found for "certbot"
环境已经更新到最新:
apt update
snap install core; snap refresh core
snap install --classic certbot
上面的命令已经执行过,不起作用。最后通过下面命令,直接安装certbot,不通过snapd来安装:
apt install certbot python3-certbot-nginx
然后为Nginx申请证书:
certbot --nginx
接下来的操作,跟snapd安装之后的过程差不多了。