修改网站如何修改后测试上线?
1. 过期影响时间线
浏览器 | 严格阻断时间 | 警告显示期 |
---|---|---|
Chrome 120+ | 过期立即阻断 | 无 |
Firefox 115 | 过期30天后阻断 | 前29天显示红色警告 |
Safari 16 | 过期7天后阻断 | 前6天显示黄色感叹号 |
2. 紧急修复方案
bash
# 临时允许过期证书(仅测试用) openssl s_client -connect example.com:443 -servername example.com -showcerts </dev/null # 快速续期(Let's Encrypt示例) certbot renew --force-renewal --no-self-upgrade
更新时间:2025-06-21 23:40:03