Added automatic reload of EPP server certificates

This commit is contained in:
Pinga 2025-05-22 14:29:50 +03:00
parent d7f004e6a2
commit 165a059c7d
7 changed files with 148 additions and 10 deletions

View file

@ -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,