IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at /etc/letsencrypt/live/helloworld.com/fullchain.pem. Your cert will expire on 2019-08-26. To obtain a new version of the certificate in the future, simply run Let's Encrypt again......
配置 nginx,启用证书
1 2 3 4 5 6 7 8 9 10 11 12 13
// 在 nginx 配置文件中,找到 http 下监听 443 端口的 server http { //...(略)... server { listen 443 ssl;
Congratulations, all renewals succeeded. The following certs have been renewed: /etc/letsencrypt/live/www.helloworld.com/fullchain.pem (success) ** DRY RUN: simulating 'certbot renew' close to cert expiry ** (The test certificates above have not been saved.)