Skip to content

Commit

Permalink
cert-enroll: Updated activation of installation scripts example
Browse files Browse the repository at this point in the history
  • Loading branch information
strongX509 committed Dec 4, 2024
1 parent d6a10c5 commit 5a4eb76
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/modules/ROOT/pages/tools/cert-enroll.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a4eb76

Please sign in to comment.