mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
Merge 2daf94f5a6
into 99b714676b
This commit is contained in:
commit
b9bc4f5fb9
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ FROM debian:buster-slim
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
COPY ./docker/apt/sources.list /etc/apt/
|
||||
|
||||
RUN apt-get update && apt-get -t buster install -y -qq wget \
|
||||
RUN apt-get update && apt-get install -y -qq wget \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{epp_command_url, "https://registry.test/epp/command/"},
|
||||
{epp_error_url, "https://registry.test/epp/error/"},
|
||||
%% Path to root CA that should check the client certificates.
|
||||
{cacertfile_path, "/opt/shared/ca/certs/ca.crt.pem"},
|
||||
{cacertfile_path, "/opt/ca/certs/ca.crt.pem"},
|
||||
%% Path to server's certficate file.
|
||||
{certfile_path, "/opt/shared/ca/certs/cert.pem"},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue