Skip to content

Commit

Permalink
s/trust store/truststore
Browse files Browse the repository at this point in the history
  • Loading branch information
asteflova committed Dec 6, 2024
1 parent bde1f0b commit 267f921
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ endif::[]
You will remove the certificate when finished.
+
The filename extensions `.cer` and `.crt` are only conventions and can refer to DER binary or PEM ASCII format certificates.
. Add the LDAP server certificate to the system trust store:
. Add the LDAP server certificate to the system truststore:
.. Import the certificate:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
# cp /tmp/_example.crt_ /etc/pki/tls/source/anchors
----
.. Update the certificate authority trust store:
.. Update the certificate authority truststore:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
Expand Down

0 comments on commit 267f921

Please sign in to comment.