mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-24 00:00:47 +02:00
added require_client_certs option to sys.config
This commit is contained in:
parent
7a6e5aa958
commit
9334dfc55c
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
{epp_session_url, "https://registry.test/epp/session/"},
|
||||
{epp_command_url, "https://registry.test/epp/command/"},
|
||||
{epp_error_url, "https://registry.test/epp/error/"},
|
||||
%% Allows client to connect to epp_proxy without client certificate using TLS
|
||||
{require_client_certs, true},
|
||||
%% Path to root CA that should check the client certificates.
|
||||
{cacertfile_path, "/opt/shared/ca/certs/ca.crt.pem"},
|
||||
%% Path to server's certficate file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue