From b81c681cb6be761a2abb5e2f5af1b923bef1f6b4 Mon Sep 17 00:00:00 2001 From: awudzins Date: Fri, 13 Mar 2020 16:54:18 +0100 Subject: Switch client and server to communicate over TLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: AAF-1084 Signed-off-by: Adam WudziƄski Change-Id: I7f11b27c7dcdf4fc3eba2d5e64b6dc775c80dd74 --- docs/sections/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sections') diff --git a/docs/sections/configuration.rst b/docs/sections/configuration.rst index d49c86bd..d77a2da0 100644 --- a/docs/sections/configuration.rst +++ b/docs/sections/configuration.rst @@ -20,7 +20,7 @@ Certification Service Client image: .. code-block:: #Client envs - REQUEST_URL=http://aaf-cert-service-service:8080/v1/certificate/ + REQUEST_URL=http://aaf-cert-service:8080/v1/certificate/ REQUEST_TIMEOUT=1000 OUTPUT_PATH=/var/certs CA_NAME=RA @@ -77,7 +77,7 @@ Example deployment: imagePullPolicy: Always env: - name: REQUEST_URL - value: http://aaf-cert-service-service:8080/v1/certificate/ + value: http://aaf-cert-service:8080/v1/certificate/ - name: REQUEST_TIMEOUT value: "1000" - name: OUTPUT_PATH -- cgit 1.2.3-korg