下载地址
https://github.com/certbot/certbot/releases
使用cmd 不要使用powershell
设置代理(如果能访问到则不需要使用代理)
set https_proxy=http://127.0.0.1:1080
给两个域名签发证书,使用dns验证
certbot certonly -d "*.x.com" -d x.com --manual --preferred-challenges dns
下载地址
https://github.com/certbot/certbot/releases
使用cmd 不要使用powershell
设置代理(如果能访问到则不需要使用代理)
set https_proxy=http://127.0.0.1:1080
给两个域名签发证书,使用dns验证
certbot certonly -d "*.x.com" -d x.com --manual --preferred-challenges dns