Added BRDA support

This commit is contained in:
Pinga 2023-12-01 15:18:21 +02:00
parent 42ddc29df6
commit c06c7c3496
2 changed files with 335 additions and 1 deletions

View file

@ -13,12 +13,18 @@ return [
'escrow_deposit_path' => '/opt/escrow',
'escrow_deleteXML' => false,
'escrow_RDEupload' => false,
'escrow_BRDAupload' => false,
'escrow_keyPath' => '/opt/escrow/escrowKey.asc',
'escrow_keyPath_brda' => '/opt/escrow/icann-brda-gpg.pub',
'escrow_privateKey' => '/opt/escrow/privatekey.asc',
'escrow_sftp_host' => 'your.sftp.server.com',
'escrow_sftp_username' => 'your_username',
'escrow_sftp_password' => 'your_password',
'escrow_sftp_remotepath' => '/path/on/sftp/server/',
'brda_sftp_host' => 'your.sftp.server.com',
'brda_sftp_username' => 'your_username',
'brda_sftp_password' => 'your_password',
'brda_sftp_remotepath' => '/path/on/sftp/server/',
'escrow_report_url' => 'https://ry-api.icann.org/report/',
'escrow_report_username' => 'your_username',
'escrow_report_password' => 'your_password',