lets-encrypt 配置https证书

注:您的域名必须为经过DNS解析的域名

参考链接:https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx.html

本例使用Nginx进行演示 Nginx on Ubuntu 16.04 (xenial)

install


$ sudo apt-get update

$ sudo apt-get install software-properties-common

$ sudo add-apt-repository ppa:certbot/certbot

$ sudo apt-get update

$ sudo apt-get install python-certbot-nginx

getstart


$ sudo certbot --nginx

Automating renewal


$ sudo certbot renew --dry-run

你可能感兴趣的:(lets-encrypt 配置https证书)