网络安全 免费获得SSL证书-Let's Encrypt Anthony 发表于 2019-04-22 18:18:33 标签: HTTPS / SSL / Cert / TLS 使用工具:CertBot https://certbot.eff.org Github地址:https://github.com/certbot/certbot 第一步,安装certbotMacOS版本: 1brew install certbot Ubuntu版本: 123456sudo apt-get updatesudo apt-get install software-properties-commonsudo add-apt-repository universesudo add-apt-repository ppa:certbot/certbotsudo apt-get updatesudo apt-get install certbot python-certbot-nginx 第二步,运行certbottype-1.仅仅制作证书 阅读剩下更多