This commit is contained in:
OlegPhenomenon 2023-07-21 06:52:58 +00:00 committed by GitHub
commit b9bc4f5fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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/*

View file

@ -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"},