标签: SSL

1 篇文章

certbot自动获取证书
使用certbot获取免费证书 前置条件 域名申请后解析到服务器上 配置流程 安装certbot sudo yum install -y epel-release sudo yum install -y certbot python2-certbot-nginx 给域名申请证书 sudo certbot certonly --nginx -d go…