Skip to content

PKI Server CA Profile CLI

Endi S. Dewata edited this page Feb 12, 2024 · 7 revisions

Overview

The pki-server ca-profile commands provide a mechanism for the CA admin to manage the certificate profiles directly in the profile database.

Listing Certificate Profiles

To list all profiles:

$ pki-server ca-profile-find

Availability: Since PKI 11.5.

Modifying Certificate Profile

To make a profile invisible:

$ pki-server ca-profile-mod --visible false <profile ID>

To enable a profile:

$ pki-server ca-profile-mod --enable true <profile ID>

Be sure to restart the CA after making profile changes.

Availability: Since PKI 11.5.

Clone this wiki locally