Certbot自动续签Let's Encrypt免费泛域名SSL证书
最新内容 https://yanyong.cc/post/certbot-cloudflare-letsencrypt/ 2025.4.2 安装Certbot 参考链接: https://certbot.eff.org/docs/using.html?highlight=renew#automated-renewals https://askubuntu.com/questions/553937/what-is-the-difference-between-the-core-full-extras-and-light-packages-for-ngi https://salsa.debian.org/nginx-team/nginx/-/blob/master/debian/control debian操作系统: 1 2 sudo apt-get -y install certbot sudo apt-get -y install nginx libnginx-mod-stream centos操作系统: 1 2 3 4 5 6 sudo yum -y install epel-release sudo