Let's Encrypt 证书获取 开启HTTPS
2020-03-15 本文已影响0人
写给我的公主的简书
1 获取项目地址
git clone https://github.com/certbot/certbot
2. 获取证书
cd certbot
./certbot-auto certonly --standalone -m youremail@domain.com -d example.com
3.完成
1 获取项目地址
git clone https://github.com/certbot/certbot
2. 获取证书
cd certbot
./certbot-auto certonly --standalone -m youremail@domain.com -d example.com
3.完成