1

我在 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

依赖项都安装没有问题。我已经尝试过从“主”目录和驱动器的根目录。

我也试过:

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

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

4

1 回答 1

2

问题解决了。感谢您的建议: https ://github.com/letsencrypt/letsencrypt/issues/2554

Bitnami 的关键似乎是在“bitnami 控制台”上运行命令有关此的更多信息:https ://wiki.bitnami.com/Components/BitNami_console

于 2016-02-26T01:12:41.200 回答