Featured image of post nginx配置https(certbot)

nginx配置https(certbot)

Hits

安装nginx

apt install nginx -y

nginx 默认html文件位置

/var/www/html/

用certbot自动配置

certbot

用certbot安装会需要输入邮箱,但是其他的都是自动化的,很方便。

sudo snap install --classic certbot

#测试安装,不消耗额度,但是证书会提示有危险(私签)
sudo certbot --nginx  --test-cert
#真实安装
sudo certbot --nginx 

重启nginx

nginx -t
sudo systemctl restart nginx

开启防火墙允许

ufw allow 443
Licensed under CC BY-NC-SA 4.0
最后更新于 Mar 26, 2024 00:00 UTC
comments powered by Disqus
吸引力法则,大圣灵、外星人和心灵能量
使用 Hugo 构建
主题 StackJimmy 设计