certbot建立https访问

前端之家收集整理的这篇文章主要介绍了certbot建立https访问前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository universe
$ sudo add-apt-repository ppa:certbot / certbot
$ sudo apt-get update
$ sudo apt-get install certbot python-certbot-Nginx
 
$ sudo certbot --Nginx
 
$ sudo certbot --Nginx certonly
 
续订Let的加密证书,let加密证书只能使用90天,因此最好使用
$ sudo certbot renew --dry-run
 
 
原文链接:https://www.f2er.com/note/411480.html

猜你在找的程序笔记相关文章