PKI Server CA Profile CLI - dogtagpki/pki GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️