Ma *_*hin 4 python ssl centos6 centos6.5 certbot
我正在为我的域名使用 certbot-auto 生成证书 https。我使用这样的命令
sudo ./certbot-auto
Run Code Online (Sandbox Code Playgroud)
没关系,但是当我更新证书时使用命令
sudo ./certbot-auto renew --dry-run
Run Code Online (Sandbox Code Playgroud)
它无法更新证书并显示如下错误消息:
/root/.local/share/letsencrypt/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6
DeprecationWarning
Saving debug log to /var/log/letsencrypt/letsencrypt.log
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/example.asia.conf
-------------------------------------------------------------------------------
Cert not due for renewal, but simulating renewal for dry run
Starting new HTTPS connection (1): acme-staging.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
tls-sni-01 challenge for example.asia
tls-sni-01 challenge for www.example.asia
Waiting for verification...
Cleaning up challenges
Generating key (2048 bits): /etc/letsencrypt/keys/0020_key-certbot.pem
Creating CSR: /etc/letsencrypt/csr/0020_csr-certbot.pem
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/example.asia/fullchain.pem (success)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
Run Code Online (Sandbox Code Playgroud)
请帮我
您在问题中运行的命令sudo ./certbot-auto renew --dry-run用于测试更新。正如您的日志所示,一切顺利,测试成功。
当您希望更新证书时,运行sudo ./certbot-auto renew --quiet将起作用。当证书在 30 天内到期或已经到期时,您可以续订证书。
更多详细信息可以在Certbot 文档和Certbot用户指南 中找到。
| 归档时间: |
|
| 查看次数: |
5075 次 |
| 最近记录: |