mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 11:05:57 +02:00
DNSSEC key rollover updates
This commit is contained in:
parent
44e975bf6e
commit
d4a935055f
7 changed files with 70 additions and 247 deletions
|
@ -16,7 +16,6 @@
|
|||
// 'backup_upload' => false, // Enable or disable backup upload
|
||||
// 'gtld_mode' => false, // Enable or disable gTLD mode
|
||||
// 'spec11' => false, // Enable or disable Spec 11 checks
|
||||
// 'dnssec' => false, // Enable or disable DNSSEC
|
||||
// 'exchange_rates' => false, // Enable or disable exchange rate download
|
||||
// ];
|
||||
//
|
||||
|
@ -31,7 +30,6 @@ $defaultConfig = [
|
|||
'backup_upload' => false, // Set to true to enable
|
||||
'gtld_mode' => false, // Set to true to enable
|
||||
'spec11' => false, // Set to true to enable
|
||||
'dnssec' => false, // Set to true to enable
|
||||
'exchange_rates' => false, // Set to true to enable
|
||||
];
|
||||
|
||||
|
@ -74,10 +72,6 @@ if ($cronJobConfig['backup_upload']) {
|
|||
$scheduler->php('/opt/registry/automation/backup-upload.php')->at('30 * * * *');
|
||||
}
|
||||
|
||||
if ($cronJobConfig['dnssec']) {
|
||||
$scheduler->php('/opt/registry/automation/dnssec-ds-rotator.php')->at('0 0 * * *');
|
||||
}
|
||||
|
||||
if ($cronJobConfig['spec11']) {
|
||||
$scheduler->php('/opt/registry/automation/abusemonitor.php')->at('30 * * * *');
|
||||
$scheduler->php('/opt/registry/automation/abusereport.php')->at('5 0 * * *');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue