We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在2023年11月14号开始生效,阿里云这是要开始割韭菜了。去年我还有篇文章写了《网站配置SSL证书》的方便快捷,今天突然发现免费证书的1年手动续一次,改为了3个月续一次。
【变更】关于免费证书服务策略调整通知 https://help.aliyun.com/zh/ssl-certificate/product-overview/notice-on-adjustment-of-service-policies-for-free-certificates?spm=0.2020520163.0.0.45d3OWnYOWnYe5
关于HTTPS免费证书停止自动续签的公告 https://help.aliyun.com/zh/cdn/product-overview/terminate-automatic-renewal-of-free-ssl-certificates
从这两个通知中可以看出,之后要么寻找其他的免费证书,要么老老实实的买68一年的付费证书。目前还是等到期了再看看阿里云有没有提前邮件通知,以及续签的方便程度来决定是否需要折腾一下其他免费证书。
后续如果有推荐的免费证书或者有啥自动续签的方式,再来记录了。
突然发现解析到Github的二级域名,只需要在仓库的设置里面勾选Enforce HTTPS后,会自动申请Let's Encrypt证书,非常方便。
Enforce HTTPS
然后也试用了一下certd这个开源项目,可以直接通过docker部署,自动申请证书以及上传证书到阿里云。
不过目前也就只有 https://meekdai.com/ 这一个顶级域名需要每过3个月重新申请一下,目前来说还是很方便的,只需要2个步骤如下。
Tip
The text was updated successfully, but these errors were encountered:
3个月的有效期更多是为了安全考虑,减少可能的密钥泄漏带来的安全问题。如果要找其他替代服务可以用let‘s encrypt + certbot-dns-aliyun。
Sorry, something went wrong.
@darwintree 谢谢,我有空了解一下。
No branches or pull requests
在2023年11月14号开始生效,阿里云这是要开始割韭菜了。去年我还有篇文章写了《网站配置SSL证书》的方便快捷,今天突然发现免费证书的1年手动续一次,改为了3个月续一次。
【变更】关于免费证书服务策略调整通知
https://help.aliyun.com/zh/ssl-certificate/product-overview/notice-on-adjustment-of-service-policies-for-free-certificates?spm=0.2020520163.0.0.45d3OWnYOWnYe5
关于HTTPS免费证书停止自动续签的公告
https://help.aliyun.com/zh/cdn/product-overview/terminate-automatic-renewal-of-free-ssl-certificates
从这两个通知中可以看出,之后要么寻找其他的免费证书,要么老老实实的买68一年的付费证书。目前还是等到期了再看看阿里云有没有提前邮件通知,以及续签的方便程度来决定是否需要折腾一下其他免费证书。
后续如果有推荐的免费证书或者有啥自动续签的方式,再来记录了。
20240729更新
突然发现解析到Github的二级域名,只需要在仓库的设置里面勾选
Enforce HTTPS
后,会自动申请Let's Encrypt证书,非常方便。然后也试用了一下certd这个开源项目,可以直接通过docker部署,自动申请证书以及上传证书到阿里云。
不过目前也就只有 https://meekdai.com/ 这一个顶级域名需要每过3个月重新申请一下,目前来说还是很方便的,只需要2个步骤如下。
Tip
The text was updated successfully, but these errors were encountered: