https免费证书申请certbot,nginx
Posted ljwtiey
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了https免费证书申请certbot,nginx相关的知识,希望对你有一定的参考价值。
下载:
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto certonly -d *.xxxxx.com --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory
完成后存储路径:/etc/letsencrypt
配置nginx:
ssl_certificate /etc/letsencrypt/live/xxx.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/xxx.com/privkey.pem;
以上是关于https免费证书申请certbot,nginx的主要内容,如果未能解决你的问题,请参考以下文章
为Nginx申请和使用Let‘s Encrypt的SSL免费证书
Certbot给网站域名申请免费SSL证书 及Nginx配置
nginx使用certbot免费ssl证书,https很简单