Describe manual actions for certificate update 62/123262/3
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>
Fri, 13 Aug 2021 07:55:48 +0000 (09:55 +0200)
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>
Fri, 13 Aug 2021 13:22:28 +0000 (15:22 +0200)
Issue-ID: OOM-2752
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I4898e2b36aed2954be54f9a85f77287894a0483f

docs/sections/release-notes.rst
docs/sections/troubleshooting.rst

index ecd0ea6..094d10b 100644 (file)
@@ -61,7 +61,8 @@ New features
 
 **Known Issues**
 
-None
+If Cert-Manager was down for some time and did not trigger certificate update on time, then updating an outdated certificate may require manual actions.
+The required actions are described in :ref:`Troubleshooting section <troubleshooting>`
 
 Deliverables
 ------------
index 192a9d6..87989cb 100644 (file)
@@ -1,9 +1,22 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2020 NOKIA
+.. Copyright 2020-2021 NOKIA
+.. _troubleshooting:
 
 Troubleshooting
 ================
 
+Update an outdated certificate after Cert-Manager was down
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+When a certificate expires because Cert-Manager was not able to trigger the update on time, for some CMPv2 servers, e.g.
+EJBCA, there are manual actions required to perform the update.
 
+Given the expired certificate status is *READY=False*:
+
+    1. Edit the cert resource. It can be e.g. a small change in SANs.
+    2. Use the cert-manager plugin *renew* command to trigger the update manually.
+    3. Edit the cert again to revert the changes.
+    4. Trigger the update manually.
+
+The certificate should now be alive and updated correctly.