Setting up KRA Database - dogtagpki/pki GitHub Wiki

Overview

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

Availability: Since PKI 11.5

Configuring KRA Database Connection

$ pki-server kra-db-config-mod \
    --secure false \
    --hostname ds.example.com \
    --port 389
$ pki-server password-set \
    --password Secret.123 \
    internaldb

Initializing KRA Database

$ pki-server kra-db-init

Adding KRA Search Indexes

$ pki-server kra-db-index-add

Rebuilding KRA Search Indexes

$ pki-server kra-db-index-rebuild

Adding KRA VLV Indexes

$ pki-server kra-db-vlv-add

Rebuilding KRA VLV Indexes

$ pki-server kra-db-vlv-reindex
⚠️ **GitHub.com Fallback** ⚠️