
HTTPS
phenhorlin2
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
letsencrypt 单域名(不是泛域名)申请及自动续期
letsencrypt 单域名(不是泛域名)申请及自动续期 官方参考:https://certbot.eff.org/docs/using.html#webroot 不是泛域名(*.a.b),泛域名参考我之前的一篇文章:https://blog.youkuaiyun.com/phenhorlin2/article/details/85940861 申请 certbot certonly --web...原创 2019-12-14 22:52:04 · 1009 阅读 · 0 评论 -
letsencrypt 免费SSL证书申请, 自动更新
let’s encrypt 证书申请 下载certbot wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto ./certbot-auto 2.格式 ./certbot-auto certonly -d *.你的域名 --manual --preferred-challenges dns 示例 ./certbot-aut...原创 2019-01-06 18:22:30 · 4046 阅读 · 3 评论