GCE LetsEncrypt 错误 - 找不到包装文件

GCE LetsEncrypt Error - Cannot locate wrapped file

我 运行 遇到了在 GCE Bitnami Ghost 映像上执行 'letsencrypt-auto' 的问题。 可以使用下面的基本安装程序重现该问题: https://cloud.google.com/launcher/solution/bitnami-launchpad/ghost

这是我使用的命令,它的输出是:

sudo wget https://github.com/letsencrypt/letsencrypt/archive/master.zip
sudo unzip master.zip
cd letsencrypt
sudo /opt/bitnami/ctlscript.sh stop
sudo ./letsencrypt-auto --debug

..安装依赖项...

**Reading package lists... Done **
Reading package lists... Done
**Building dependency tree **
Reading state information... Done
ca-certificates is already the newest version.
dialog is already the newest version.
gcc is already the newest version.
libffi-dev is already the newest version.
python is already the newest version.
python-dev is already the newest version.
python-virtualenv is already the newest version.
libssl-dev is already the newest version.
augeas-lenses is already the newest version.
libaugeas0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Checking for new version...
Creating virtual environment...
Cannot locate wrapped file

所有依赖项都已安装,没有问题。我已经尝试从 'home' 目录和驱动器的根目录。

我也试过:

./letsencrypt-auto --apache -d {domain}
./letsencrypt-auto certonly -w /home/bitnami/htdocs -d {domain}

任何可能导致包装文件问题的想法?

问题已解决。感谢这里的建议: https://github.com/letsencrypt/letsencrypt/issues/2554

Bitnami 上的关键似乎是 运行 "bitnami console" 上的命令 此处有更多相关信息:https://wiki.bitnami.com/Components/BitNami_console