-
Notifications
You must be signed in to change notification settings - Fork 137
Adding Certificate Profile
Endi S. Dewata edited this page May 11, 2023
·
3 revisions
In XML format, the new profile ID must be specified as follows:
<Profile ... id="newProfile"> ... </Profile>
To add the new profile:
$ pki -n caadmin ca-profile-add newProfile.xml
In raw format, the new profile ID must be specified as follows:
profileId=newProfile
To add the new profile:
$ pki -n caadmin ca-profile-add newProfile.cfg --raw
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |