Skip to content

Commit

Permalink
Apply suggestions for replacing CA root certificate
Browse files Browse the repository at this point in the history
Merge pull request #710 from cclhsu/replace_ca_root
  • Loading branch information
Markus Napp authored Mar 2, 2020
2 parents 441e9fe + 1be39dc commit eb0675c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adoc/admin-security-ldap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ To replace the automatically generated certificate with your own, follow these s
docker stop 389-ds
----

. Copy the external certificate `ca.cert` and `pwdfile.txt` to a mounted data directory `<DATA_DIR>/ssca/`.
- `ca.cert`: CA Certificate.
- `pwdfile.txt`: Password for the CA Certificate.
. Copy the external certificate `Server-Cert-Key.pem`, `Server-Cert.crt`, and `pwdfile-import.txt` to a mounted data directory `<DATA_DIR>/config/`.
- `Server-Cert-Key.pem`: PRIVATE KEY.
- `Server-Cert.crt`: CERTIFICATE.
Expand Down

0 comments on commit eb0675c

Please sign in to comment.