File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed
Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 1- # zerossl密钥
2- ## 默认值为空
3- ## 使用zerossl申请证书时指定,参考 https://ffis.me/archives/2110.html/comment-page-3
4- ## 当使用其他机构申请的证书上传到cdn报证书链错误时,推荐使用zerossl申请证书
1+ #zerossl密钥
2+ ##默认使用letsencrypt申请证书,若使用zerossl请指定其值
3+ ##开启教程参考 https://ffis.me/archives/2110.html/comment-page-3
4+ ##获取的`EAB Kid`对应ZeroSSL_KID,`EAB HMAC Key`对应ZeroSSL_HMAC
5+ ##当使用其他机构申请的证书上传到cdn报证书链错误时,推荐使用zerossl申请证书
6+ ##zerossl申请证书默认会有证书过期邮件告警,避免重复告警请关闭zerossl上的过期告警
57ZeroSSL_KID = ""
68ZeroSSL_HMAC = ""
79
810
9- # cdn 供应商api访问秘钥变量
10- ## tencent
11+ #cdn 供应商api访问秘钥
12+ ##tencent
13+ ##腾讯云cdn供应商,若使用请指定其值
14+ ##获取教程参考 https://www.anhengcloud.com/help/publiccloud/qcloud/qcloud-accesskey.html
1115SecretId = ""
1216SecretKey = ""
13- ## aliyun
17+
18+ ##aliyun
19+ ##阿里云cdn供应商,若使用请指定其值
20+ ##获取教程参考 https://help.aliyun.com/zh/ram/user-guide/create-an-accesskey-pair
21+ ##获取的`AccessKey ID`对应accessKey,`AccessKey Secret`对应accessSecret
1422accessKey = ""
1523accessSecret = ""
16- ## huawei
24+
25+ ##huawei
26+ ##华为云cdn供应商,若使用请指定其值
27+ ##获取教程参考 https://support.huaweicloud.com/intl/zh-cn/usermanual-ca/ca_01_0003.html
1728ak = ""
1829sk = ""
1930
2031
21- # dns 供应商api访问秘钥变量 (名称参考 https://go-acme.github.io/lego/dns/)
22- ## aliyun
32+ #dns 供应商api访问秘钥
33+ ##变量名参考 https://go-acme.github.io/lego/dns/
34+ ##变量值参考 对应cdn供应商api密钥
35+ ##aliyun
2336ALICLOUD_ACCESS_KEY = ""
2437ALICLOUD_SECRET_KEY = ""
You can’t perform that action at this time.
0 commit comments