From cccc1cffaff8a3fac3fe002de1fb851340b68b27 Mon Sep 17 00:00:00 2001 From: Maxim Svistunov Date: Wed, 18 Jun 2025 15:09:12 +0200 Subject: [PATCH 1/2] Add a missing step for SSL cert renewal --- .../proc_renewing-a-custom-ssl-certificate-on-server.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc b/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc index 360fe04638f..afc7c3a6355 100644 --- a/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc +++ b/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc @@ -20,6 +20,12 @@ In return, you will receive the {ProjectServer} certificate and CA bundle. --certs-update-server \ --certs-update-server-ca ---- +. Restart all services for the changes to take effect: ++ +[options="nowrap" subs="+quotes,attributes"] +---- +# satellite-maintain service restart +---- [IMPORTANT] ==== From cbf2908086b79bdc3466de82f51362e3b8fe1d0d Mon Sep 17 00:00:00 2001 From: Maxim Svistunov <40397831+rh-max@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:42:19 +0200 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maximilian Kolb Co-authored-by: Lena Ansorgová --- .../proc_renewing-a-custom-ssl-certificate-on-server.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc b/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc index afc7c3a6355..35f89cc0160 100644 --- a/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc +++ b/guides/common/modules/proc_renewing-a-custom-ssl-certificate-on-server.adoc @@ -20,11 +20,11 @@ In return, you will receive the {ProjectServer} certificate and CA bundle. --certs-update-server \ --certs-update-server-ca ---- -. Restart all services for the changes to take effect: +. Restart {Project} services: + [options="nowrap" subs="+quotes,attributes"] ---- -# satellite-maintain service restart +# {foreman-maintain} service restart ---- [IMPORTANT]