From 05942d998cf3bb26526f1b99aff9037f02f8b182 Mon Sep 17 00:00:00 2001 From: Juanita-Balaraj Date: Tue, 28 Sep 2021 11:55:52 -0400 Subject: [PATCH] Upgrade fails due to expired certificates Added a Prereq in " Install/Update the Local Docker Registry Certificate" Signed-off-by: Juanita-Balaraj Change-Id: I3974e994cf0132730ddb0ba0b96d770d533e6540 --- .../installing-updating-the-docker-registry-certificate.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/admintasks/kubernetes/installing-updating-the-docker-registry-certificate.rst b/doc/source/admintasks/kubernetes/installing-updating-the-docker-registry-certificate.rst index bcdbb6673..3b686a139 100644 --- a/doc/source/admintasks/kubernetes/installing-updating-the-docker-registry-certificate.rst +++ b/doc/source/admintasks/kubernetes/installing-updating-the-docker-registry-certificate.rst @@ -47,6 +47,11 @@ key in a single file, and copy the file to the controller host. Also obtain the certificate of the intermediate or Root CA that signed the above certificate. +Ensure all certificates are valid before starting an upgrade. Run the +:command:`show-certs.sh` script to display an overview of the various +certificates that exist in the system along with their expiry date. For more +information, see, :ref:`Display Certificates Installed on a System `. + .. rubric:: |proc| .. _installing-updating-the-docker-registry-certificate-d271e71: