-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server CA Profile CLI
Endi S. Dewata edited this page Feb 12, 2024
·
7 revisions
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.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |