Adding Certificate Profile - dogtagpki/pki GitHub Wiki

Overview

To add a new certificate profile, prepare a new profile configuration file or export and customize an existing one.

Then submit the new configuration to the server with pki ca-profile-add command, then enable the profile.

Adding Certificate Profile in XML format

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

Adding Certificate Profile in Raw Format

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
⚠️ **GitHub.com Fallback** ⚠️