-
Notifications
You must be signed in to change notification settings - Fork 147
Setting up OCSP Database
Endi S. Dewata edited this page Jun 4, 2025
·
3 revisions
This page describes the process to set up an OCSP database using DS. It assumes that the DS database has been installed as described in DS Installation.
Availability: Since PKI 11.5
$ pki-server ocsp-db-config-mod \
--secure false \
--hostname ds.example.com \
--port 389
$ pki-server password-set \
--password Secret.123 \
internaldb
$ pki-server ocsp-db-init
$ pki-server ocsp-db-index-add
$ pki-server ocsp-db-index-rebuild
$ pki-server ocsp-db-vlv-add
$ pki-server ocsp-db-vlv-reindex
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |