美文网首页
acme配置腾讯云证书

acme配置腾讯云证书

作者: ZZES_ZCDC | 来源:发表于2024-03-06 09:27 被阅读0次

1. 安装

curl https://get.acme.sh | sh

2. 绑定邮箱

~/.acme.sh/acme.sh --register-account -m my@example.com(随便啥邮箱)

3. 配置腾讯云key到环境变量

export Tencent_SecretId=""
export Tencent_SecretKey=""
image.png

4. 申请泛域名证书

acme.sh --issue --dns dns_tencent -d xxx.cn -d *.xxx.cn
image.png

5. 效果

1709775299173.png

相关文章

网友评论

      本文标题:acme配置腾讯云证书

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