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

Google compute engine GCE LetsEncrypt错误-找不到包装文件,google-compute-engine,bitnami,ghost-blog,ghost,lets-encrypt,Google Compute Engine,Bitnami,Ghost Blog,Ghost,Lets Encrypt,我在GCE Bitnami Ghost映像上执行“letsencrypt auto”时遇到问题。 可以使用下面的基本安装程序复制此问题: 以下是我使用的命令及其输出: sudo wget https://github.com/letsencrypt/letsencrypt/archive/master.zip sudo unzip master.zip cd letsencrypt sudo /opt/bitnami/ctlscript.sh stop sudo ./letsencrypt-a

我在GCE Bitnami Ghost映像上执行“letsencrypt auto”时遇到问题。 可以使用下面的基本安装程序复制此问题:

以下是我使用的命令及其输出:

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}

是否知道是什么原因导致包装文件问题?

问题已解决。谢谢这里的建议:

关于Bitnami的关键似乎是在“Bitnami控制台”上运行命令 更多信息请点击此处: