added require_client_certs option to sys.config

This commit is contained in:
lidakaml 2022-06-07 17:31:43 +03:00 committed by GitHub
parent 7a6e5aa958
commit 9334dfc55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@
{epp_session_url, "https://registry.test/epp/session/"}, {epp_session_url, "https://registry.test/epp/session/"},
{epp_command_url, "https://registry.test/epp/command/"}, {epp_command_url, "https://registry.test/epp/command/"},
{epp_error_url, "https://registry.test/epp/error/"}, {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. %% Path to root CA that should check the client certificates.
{cacertfile_path, "/opt/shared/ca/certs/ca.crt.pem"}, {cacertfile_path, "/opt/shared/ca/certs/ca.crt.pem"},
%% Path to server's certficate file. %% Path to server's certficate file.