Skip to content

Setting up CA Database

Endi S. Dewata edited this page Jun 4, 2025 · 22 revisions

Overview

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

Configuring CA Database Connection

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

Setting up CA Database

Clone this wiki locally