Skip to content

Setting up CA Database with PKI Tools

Endi S. Dewata edited this page Feb 11, 2025 · 3 revisions

Overview

This page describes the process to set up a CA database using DS with PKI tools. It assumes that the DS database has been installed as described in DS Installation.

Availability: Since PKI 11.5

Initializing CA Database

$ pki-server ca-db-init

Adding CA Search Indexes

$ pki-server ca-db-index-add

Rebuilding CA Search Indexes

If necessary (e.g. on DS replica), search indexes can be rebuilt with the following command:

$ pki-server ca-db-index-rebuild

Adding CA VLV Indexes

$ pki-server ca-db-vlv-add

Rebuilding CA VLV Indexes

If necessary (e.g. on DS replica), VLV indexes can be rebuilt with the following command:

$ pki-server ca-db-vlv-reindex
Clone this wiki locally