Skip to content

Configuring System Certificate Profiles

Endi S. Dewata edited this page Jan 11, 2022 · 12 revisions

Overview

System certificate profiles are used to generate the initial system certificates during installation (see Two-Step Installation). These profiles are no longer used after installation.

The templates for system certificate profiles are stored in /usr/share/pki/ca/conf.

During CA installation these templates will be copied into /var/lib/pki/<instance>/<subsystem>/conf which can be configured using the Two-Step Installation.

Configuration

To configure a system certificate profile, edit the profile configuration file in /var/lib/pki/<instance>/<subsystem>/conf (not in /usr/share/pki/ca/conf):

id=...
name=...
description=...
profileIDMapping=...
profileSetIDMapping=...
list=<list of numbers>
<number>.default.class=...
<number>.default.name=...
<number>.default.params.<name>=...

See Also

Clone this wiki locally