Letsencrypt 笔记
安装 certbot 在 alpine linux 中安装 certbot 1 apk add --no-cache certbot openssl 注册 1 certbot register --register-unsafely-without-email --agree-tos 普通域名证书 申请 ssl 证书,有效期 90 天 1 2 3 4 5 certbot certonly -n -d x.x.com --standalone # 证书文件生成到 /etc/letsencrypt/live/x.x.com/ 下 # 参数 -d 可以使用多