mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 09:07:00 +02:00
Added BRDA support
This commit is contained in:
parent
42ddc29df6
commit
c06c7c3496
2 changed files with 335 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue