add cloudflare and documentation
This commit is contained in:
22
config.example.json
Normal file
22
config.example.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"SafeLine": {
|
||||
"Host": {
|
||||
"HostName": "127.0.0.1",
|
||||
"Port": "1443"
|
||||
},
|
||||
"ApiToken": "<YOUR_SAFELINE_API_TOKEN>"
|
||||
},
|
||||
"ApplyCert": {
|
||||
"Days": 30,
|
||||
"Email": "you@example.com",
|
||||
"SavePath": "./ssl",
|
||||
"DNSProviderConfig": {
|
||||
"DNSProvider": "Cloudflare",
|
||||
"Cloudflare": {
|
||||
"APIToken": "<YOUR_CLOUDFLARE_API_TOKEN>",
|
||||
"APIKey": "<GLOBAL_API_KEY_OPTIONAL>",
|
||||
"Email": "you@cloudflare-account.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user