PKI Server CA Profile CLI - dogtagpki/pki GitHub Wiki
The pki-server ca-profile
commands provide a mechanism for the CA admin to manage the certificate profiles directly in the profile database.
To list all profiles:
$ pki-server ca-profile-find
Availability: Since PKI 11.5.
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.