如何使用certbot在nginx上搭建高效安全的HTTPS服务?
- 内容介绍
- 文章标签
- 相关推荐
本文共计53个文字,预计阅读时间需要1分钟。
bash使用yum安装python2-certbot-nginx和certbot,配置nginx服务器:yum install python2-certbot-nginx certbot --nginx --nginx-server-root=/usr/local/nginx/conf/ -d mhpt.collmall.com
certbot --nginx --nginx-server-root=/usr/local/nginx/conf/ -d mhpt.collmall.com
本文共计53个文字,预计阅读时间需要1分钟。
bash使用yum安装python2-certbot-nginx和certbot,配置nginx服务器:yum install python2-certbot-nginx certbot --nginx --nginx-server-root=/usr/local/nginx/conf/ -d mhpt.collmall.com
certbot --nginx --nginx-server-root=/usr/local/nginx/conf/ -d mhpt.collmall.com

