You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
3.0 KiB
133 lines
3.0 KiB
{
|
|
"Client": {
|
|
"ClientName": "win-acme",
|
|
"ConfigurationPath": null,
|
|
"LogPath": null,
|
|
"VersionCheck": false
|
|
},
|
|
"UI": {
|
|
"DateFormat": "yyyy/M/d",
|
|
"PageSize": 50,
|
|
"TextEncoding": "utf-8",
|
|
"Color": {
|
|
"Background": null
|
|
}
|
|
},
|
|
"Acme": {
|
|
"DefaultBaseUri": "https://acme-v02.api.letsencrypt.org/",
|
|
"DefaultBaseUriTest": "https://acme-staging-v02.api.letsencrypt.org/",
|
|
"DefaultBaseUriImport": "https://acme-v01.api.letsencrypt.org/",
|
|
"PostAsGet": true,
|
|
"ValidateServerCertificate": true,
|
|
"RetryCount": 15,
|
|
"RetryInterval": 5,
|
|
"PreferredIssuer": null
|
|
},
|
|
"Execution": {
|
|
"DefaultPreExecutionScript": null,
|
|
"DefaultPostExecutionScript": null
|
|
},
|
|
"Proxy": {
|
|
"Url": "[System]",
|
|
"UserName": null,
|
|
"Password": null
|
|
},
|
|
"Cache": {
|
|
"ReuseDays": 1,
|
|
"DeleteStaleFiles": false,
|
|
"DeleteStaleFilesDays": 120,
|
|
"Path": null
|
|
},
|
|
"ScheduledTask": {
|
|
"RenewalDays": 55,
|
|
"RenewalDaysRange": 0,
|
|
"RenewalMinimumValidDays": null,
|
|
"RenewalDisableServerSchedule": false,
|
|
"RandomDelay": "04:00:00",
|
|
"StartBoundary": "09:00:00",
|
|
"ExecutionTimeLimit": "02:00:00"
|
|
},
|
|
"Notification": {
|
|
"SmtpServer": null,
|
|
"SmtpPort": 25,
|
|
"SmtpUser": null,
|
|
"SmtpPassword": null,
|
|
"SmtpSecure": false,
|
|
"SmtpSecureMode": 1,
|
|
"SenderName": null,
|
|
"SenderAddress": null,
|
|
"ReceiverAddresses": [],
|
|
"EmailOnSuccess": false,
|
|
"ComputerName": null
|
|
},
|
|
"Security": {
|
|
"EncryptConfig": true,
|
|
"FriendlyNameDateTimeStamp": true
|
|
},
|
|
"Script": {
|
|
"Timeout": 600,
|
|
"PowershellExecutablePath": "powershell.exe"
|
|
},
|
|
"Source": {
|
|
"DefaultSource": null
|
|
},
|
|
"Validation": {
|
|
"DefaultValidation": null,
|
|
"DefaultValidationMode": null,
|
|
"DisableMultiThreading": true,
|
|
"ParallelBatchSize": 20,
|
|
"CleanupFolders": true,
|
|
"PreValidateDns": true,
|
|
"PreValidateDnsRetryCount": 10,
|
|
"PreValidateDnsRetryInterval": 30,
|
|
"AllowDnsSubstitution": true,
|
|
"DnsServers": [ "[System]" ],
|
|
"Ftp": {
|
|
"UseGnuTls": false
|
|
}
|
|
},
|
|
"Order": {
|
|
"DefaultOrder": null,
|
|
"DefaultValidDays": null
|
|
},
|
|
"Csr": {
|
|
"DefaultCsr": null,
|
|
"Rsa": {
|
|
"KeyBits": 3072,
|
|
"SignatureAlgorithm": "SHA512withRSA"
|
|
},
|
|
"Ec": {
|
|
"CurveName": "secp384r1",
|
|
"SignatureAlgorithm": "SHA512withECDSA"
|
|
}
|
|
},
|
|
"Store": {
|
|
"DefaultStore": null,
|
|
"CertificateStore": {
|
|
"DefaultStore": null,
|
|
"PrivateKeyExportable": false,
|
|
"UseNextGenerationCryptoApi": false
|
|
},
|
|
"CentralSsl": {
|
|
"DefaultPath": null,
|
|
"DefaultPassword": null
|
|
},
|
|
"PemFiles": {
|
|
"DefaultPath": null,
|
|
"DefaultPassword": null
|
|
},
|
|
"PfxFile": {
|
|
"DefaultPath": null,
|
|
"DefaultPassword": null
|
|
}
|
|
},
|
|
"Installation": {
|
|
"DefaultInstallation": null
|
|
},
|
|
"Secrets": {
|
|
"Json": {
|
|
"FilePath": null
|
|
}
|
|
}
|
|
}
|