分类: 常用命令

1 篇文章

acme 自动取得ssl证书
安装 wget -O - https://get.acme.sh | sh -s email=yourmail@yourmail.com http验证,直接签发。 acme.sh --issue -d martianw.com -d www.domin.com --webroot /etc/trojan/ssl/domin.com DNS验证 基本…