【问题标题】:Why letsencrypt showing error?为什么letsencrypt显示错误?
【发布时间】:2016-09-06 11:08:35
【问题描述】:

我正在尝试在 DigitalOcean Server 上的 ubuntu 14 上安装letsencrypt,但遇到了这个问题。

我尝试 sudo 安装但同样的错误,也尝试安装库但没有任何反应。

apt-key 更新结果:

gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed
gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>" not changed
gpg: key C0B21F32: "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" not changed
gpg: key EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" not changed
gpg: Total number processed: 4
gpg:              unchanged: 4

【问题讨论】:

    标签: ssl ubuntu-14.04 lets-encrypt


    【解决方案1】:

    您需要安装(或更新)用于验证软件包的公钥。

    这样做:

    apt-key update
    apt-get update
    

    【讨论】:

      【解决方案2】:

      你可以在这里找到答案:https://askubuntu.com/questions/102153/untrusted-package-errors-after-installing-security-tools

      但简单的事情就是使用这些命令:

      apt-get autoclean
      apt-get --purge autoremove
      apt-get dist-upgrade
      

      这可能会解决您的问题或查看链接。

      【讨论】:

      • 谢谢,安装程序开始工作,但要求这样做:在您的配置文件中找不到名称。您应该在配置文件中指定 ServerNames,以便准确安装您的证书。
      • 对不起,我只能在这里评论这个问题。
      • 查看这篇文章...它可能会有所帮助:attosol.com/implementing-ssl-free-quick
      猜你喜欢
      • 2022-06-13
      • 1970-01-01
      • 1970-01-01
      • 2020-11-30
      • 2018-08-26
      • 2011-07-28
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多