1 Star 0 Fork 26

TimAndy/letscertbot

forked from Jim/letscertbot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.json.example 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
jimcheung 提交于 2020-10-06 11:35 . feat(dns): add cloudflare
{
"base": {
"email": "your_email"
},
"dns": {
"wait_time": 20,
"aliyun": {
"access_key_id": "your_access_key_id",
"access_key_secret": "your_access_key_secret"
},
"qcloud": {
"secret_id": "your_secret_id",
"secret_key": "your_secret_key"
},
"godaddy": {
"api_key": "your_api_key",
"api_secret": "your_api_secret"
},
"huaweicloud": {
"access_key_id": "your_access_key_id",
"secret_access_key": "your_secret_access_key"
},
"cloudflare": {
"email": "your_account_email",
"api_key": "your_api_key",
"api_token": "your_api_token"
}
},
"log": {
"enable": false,
"logfile": "./log/application.log"
},
"deploy": {
"servers": [
{
"enable": false,
"host": "localhost",
"deploy_to": "",
"restart_nginx": false,
"after_hook": ""
},
{
"enable": false,
"host": "192.168.1.1",
"port": 22,
"user": "root",
"password": "",
"deploy_to": "/etc/letsencrypt/live",
"restart_nginx": false,
"after_hook": ""
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/timandy/letscertbot.git
[email protected]:timandy/letscertbot.git
timandy
letscertbot
letscertbot
master

搜索帮助