mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-26 04:18:29 +02:00
Added automatic reload of EPP server certificates
This commit is contained in:
parent
d7f004e6a2
commit
165a059c7d
7 changed files with 148 additions and 10 deletions
|
@ -12,8 +12,8 @@ return [
|
|||
'epp_pid' => '/var/run/epp.pid',
|
||||
'epp_greeting' => 'Namingo EPP Server 1.0',
|
||||
'epp_prefix' => 'namingo',
|
||||
'ssl_cert' => '',
|
||||
'ssl_key' => '',
|
||||
'ssl_cert' => '/opt/registry/epp/epp.crt',
|
||||
'ssl_key' => '/opt/registry/epp/epp.key',
|
||||
'test_tlds' => '.test,.com.test',
|
||||
'rately' => false,
|
||||
'limit' => 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue