-
Notifications
You must be signed in to change notification settings - Fork 137
Exporting DS Certificates
Endi S. Dewata edited this page Mar 23, 2021
·
3 revisions
This page describes the process to export the signing certificate and the server certificate from the NSS database of a DS instance.
By default the certificates are generated automatically during installation, but they can also be created after installation.
This page assumes that a DS instance named localhost
is already created and has the certificates.
To export DS signing certificate:
$ certutil -L -d /etc/dirsrv/slapd-localhost -n Self-Signed-CA -a > ds_signing.crt
To export DS server certificate:
$ certutil -L -d /etc/dirsrv/slapd-localhost -n Server-Cert -a > ds_server.crt
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |