Setting up CA Database with PKI Tools - dogtagpki/pki GitHub Wiki

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 and the database connection has been configured in the CA.

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
⚠️ **GitHub.com Fallback** ⚠️