https免費證書申請certbot,nginx

官網:https://certbot.eff.org/nginx

下載:api

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/letsencryptspa

配置nginx:code

ssl_certificate /etc/letsencrypt/live/xxx.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/xxx.com/privkey.pem;
相關文章
相關標籤/搜索