Adding Certificate Profile - dogtagpki/pki GitHub Wiki
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