From 5a4eb769407a3e30e8456b0c859e40023af6f4be Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 4 Dec 2024 10:24:34 +0100 Subject: [PATCH] cert-enroll: Updated activation of installation scripts example --- docs/modules/ROOT/pages/tools/cert-enroll.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/pages/tools/cert-enroll.adoc b/docs/modules/ROOT/pages/tools/cert-enroll.adoc index c0098cdc..0d1de60b 100644 --- a/docs/modules/ROOT/pages/tools/cert-enroll.adoc +++ b/docs/modules/ROOT/pages/tools/cert-enroll.adoc @@ -200,13 +200,15 @@ key and certificate installations can be implemented. === Activation of Installation Scripts -Installation scripts are activated via symbolic links im the `*cert-install.d*` -directory. For the example of a {DIRSRV}[*389 Directory Server*] the following -two installation scripts are referenced: +Installation scripts are activated via symbolic links in the `*cert-install.d*` +directory. For the example of a {DIRSRV}[*389 Directory Server*] managed via the +{COCKPIT}[*Cockpit*] interface, the following three installation scripts are +referenced: ---- # cd /etc/cert-enroll.d -# ln -s cert-install-available/cert-install-dirsrv cert-install.d -# ln -s cert-install-available/cert-install-sssd cert-install.d +# ln -s cert-install-available/cert-install-cockpit cert-install.d +# ln -s cert-install-available/cert-install-dirsrv cert-install.d +# ln -s cert-install-available/cert-install-sssd cert-install.d ---- == Logging