From 8dd0d696c625237ca3091dc725a648620a9f8d19 Mon Sep 17 00:00:00 2001 From: PT <11720165+P-T-I@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:37:41 +0000 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5f89c1b..65ea839 100644 --- a/README.rst +++ b/README.rst @@ -111,8 +111,8 @@ Couple of pointers: - the ``REGISTRY_HTTP_TLS_KEY`` should be set to the path to the registry's private key and should be set to the same key as ``SPECTACLES_PRIV_KEY_PATH``. The private key can be created via the command: - openssl req -newkey rsa:4096 -nodes -keyout domain.key -out domain.csr -subj "/C=XX/ST=XX/L=XXXX/O=Docker - Registry/CN=example.docker.reg" + openssl req -newkey rsa:4096 -nodes -keyout domain.key -out domain.csr -subj '/C=XX/ST=XX/L=XXXX/O=Docker + Registry/CN=example.docker.reg' - the ``REGISTRY_AUTH_TOKEN_ROOTCERTBUNDLE`` and the ``REGISTRY_HTTP_TLS_CERTIFICATE`` should be set to the path of the registry's signed certificate. The certificate can be created / signed via the command: