Snap 和 certbot,未知命令 'unset'

Snap and certbot, unknown command 'unset'

我第一次尝试在 ec2 实例上设置 Let's Encrypt 证书,结果 运行 出现错误,我无法找到在线解决方案。我正在使用 official certbox nginx guide,现在我需要安装 route53 dns 插件。但是,当我 运行 sudo snap install certbot-dns-route53 时,出现以下错误:

error: cannot perform the following tasks:

  • Run hook prepare-plug-plugin of snap "certbot" (run hook "prepare-plug-plugin": error: error running snapctl: unknown command `unset'. Please specify one command of: get, restart, set, start or stop)

我在网上找到的唯一提到这个问题的解决方案是更新 snap。但是 snap 已经更新了。任何熟悉 amzn2 上的 snap 和 certbot 的人都知道我可以在这里做什么?

更多信息: 这是 运行ning 在 ec2 实例上 运行ning Amazon 的 Linux 2 AMI (amzn2) snap --version 的输出:

snap   2.36.3-0.amzn2
snapd  2.36.3-0.amzn2
series 16
amzn   2
kernel 4.14.214-160.339.amzn2.x86_64

我尝试使用指南中的命令更新核心,sudo snap install core; sudo snap refresh core 并输出:

snap "core" has no updates available

我最初按照 here 中的说明安装了 snap(因为它不能简单地通过 yum 使用)。如果您这样做并发现了这个问题,请将其卸载。

要么将您的实例切换到不同的发行版,要么按照 Amazon here 提供的安装指南进行操作。如果您使用的是 nginx,则只需将 python2-certbot-apache 的引用替换为 python-certbot-nginx。安装 certbot 后我就停止关注了。