From 137928ea81643e661b3532ea55973545cee95214 Mon Sep 17 00:00:00 2001 From: olegphenomenon Date: Tue, 1 Feb 2022 09:51:25 +0200 Subject: [PATCH] changed --- Dockerfile | 2 +- config/sys.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11babec..8a3056e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* diff --git a/config/sys.config b/config/sys.config index c2f3ae4..e4ca7b9 100644 --- a/config/sys.config +++ b/config/sys.config @@ -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"},