We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
pki ca-profile-add
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
$ pki -n caadmin ca-profile-add newProfile.cfg --raw
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide