-
Notifications
You must be signed in to change notification settings - Fork 139
Exporting DS Certificates
Endi S. Dewata edited this page Mar 19, 2021
·
3 revisions
By default DS will generate a self-signed CA certificate and a sever certificate signed by the CA certificate.
To export the self-signed CA certificate:
$ certutil -L -d /etc/dirsrv/slapd-localhost -n "Self-Signed-CA" -a > ds_signing.crt
To export the 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. |