美文网首页
使用certbot签署域名证书

使用certbot签署域名证书

作者: 暴风鱼 | 来源:发表于2023-06-18 15:35 被阅读0次

    下载地址
    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

    相关文章

      网友评论

          本文标题:使用certbot签署域名证书

          本文链接:https://www.haomeiwen.com/subject/vlcsydtx.html