GCE LetsEncrypt错误-无法找到包装的文件 [英] GCE LetsEncrypt Error - Cannot locate wrapped file

查看:136
本文介绍了GCE LetsEncrypt错误-无法找到包装的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

.. install依赖项...

**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}

有什么想法可能导致包装文件出现问题吗?

解决方案

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

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

I am running into an issue with executing 'letsencrypt-auto' on the GCE Bitnami Ghost image. The issue can be reproduced using the base installer below: https://cloud.google.com/launcher/solution/bitnami-launchpad/ghost

Here is the command I use, and it's output:

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

..install dependencies...

**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

Dependencies were all installed without issue. I have tried from both the 'home' directory and the root of the drive.

I have also tried:

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

Any ideas what could be causing the wrapped file issue?

解决方案

Problem solved. Thanks for the suggestions here: https://github.com/letsencrypt/letsencrypt/issues/2554

The key with on Bitnami seems to be to run the command on the "bitnami console" More info about this here: https://wiki.bitnami.com/Components/BitNami_console

这篇关于GCE LetsEncrypt错误-无法找到包装的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆