Update documentation

This commit is contained in:
Maciej Szlosarczyk 2019-07-30 13:50:30 +03:00
parent a73f7428fc
commit a23e2ab311
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -7,8 +7,8 @@
%% TLS port, specified in RFC to 700, but can be set to anything else
%% in case that is needed.
{tls_port, 700},
%% When set to true, you can connect to EPP over endpoints without verifying their
%% TLS certificates.
%% When set to true, you can connect to EPP over HTTPS endpoints without
%% verifying their TLS certificates.
{insecure, false}
%% URL of EPP endpoints. Can be pointed at a web server (Apache/NGINX)
%% Can contain port (https://some-host:3000/epp/session)