certbot-auto SSL证书过期,续签
1、使用命令:./certbot-auto certificates 查看SSL证书的过期时间

2、续签证书使用命令: ./certbot-auto renew

3、对于提示未到续签期:cert not due for renewal,可以强制更新

4、强制更新证书命令:./certbot-auto renew --force-renew

5、看到Congratulations 和 success, 表明SSL证书续签成功

1、使用命令:./certbot-auto certificates 查看SSL证书的过期时间
2、续签证书使用命令: ./certbot-auto renew
3、对于提示未到续签期:cert not due for renewal,可以强制更新
4、强制更新证书命令:./certbot-auto renew --force-renew
5、看到Congratulations 和 success, 表明SSL证书续签成功