21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"SafeLine": {
|
|
"Host": {
|
|
"HostName": "192.168.1.4",
|
|
"Port": "1443"
|
|
},
|
|
"ApiToken": "xxx"
|
|
},
|
|
"ApplyCert": {
|
|
"Days": 30,
|
|
"Email": "xxx",
|
|
"SavePath": "/tmp/ssl",
|
|
"DNSProviderConfig": {
|
|
"DNSProvider": "xxx",
|
|
"Cloudflare": {
|
|
"APIToken": "xxx",
|
|
"APIKey": "xxx (optional)",
|
|
"Email": "your-email@example.com (optional)"
|
|
}
|
|
}
|
|
} |