mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-23 15:50:48 +02:00
add require_client_certs description in readme.md
This commit is contained in:
parent
c6a54750d7
commit
269aef9f24
1 changed files with 13 additions and 12 deletions
|
@ -108,13 +108,14 @@ of Erlang property list.
|
|||
*Configuration variables*
|
||||
|
||||
| Variable name | Expected values | Apache equivalent | Definition
|
||||
-----------------------|------------------------------------|-----------------------|--------------------------------------------
|
||||
-------------------------|------------------------------------|-----------------------|--------------------------------------------
|
||||
| `dev_mode` | `true`, `false` | None | Enables TCP access without TLS.
|
||||
| `tls_port` | `700` | Listen | At which port should we open a TLS socket. Default is 700.
|
||||
| `tcp_port` | `70000` | Listen | At which port should we open a TCP socket. Only in `dev_mode`.
|
||||
| `epp_session_url` | `https://example.com/epp/session` | EppSessionRoot | HTTP address of the session endpoints including schema and port.
|
||||
| `epp_command_url` | `https://example.com/epp/command` | EppCommandRoot | HTTP address of the command endpoints including schema and port.
|
||||
| `epp_error_url` | `https://example.com/epp/error` | EppErrorRoot | HTTP address of the error endpoints including schema and port.
|
||||
| `require_client_certs` | `true`, `false` | None | Enables TLS connections with required or optional client certificates. Provided optional client certificates are still being verified.
|
||||
| `cacertfile_path` | `/opt/ca/ca.crt.pem` | SSLCACertificateFile | Where is the client root CA located. Can be inside apps/epp_proxy/priv or absolute path.
|
||||
| `certfile_path` | `/opt/ca/server.crt.pem` | SSLCertificateFile | Where is the server certificate located. Can be inside apps/epp_proxy/priv or absolute path.
|
||||
| `keyfile_path` | `/opt/ca/server.key.pem` | SSLCertificateKeyFile | Where is the server key located. Can be inside apps/epp_proxy/priv or absolute path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue