-
Notifications
You must be signed in to change notification settings - Fork 162
Migrating Key Constraint Parameters
Alessandro Garagnani edited this page Sep 16, 2026
·
1 revision
Since PKI 11.10.2, certificate profile Key Constraints should use allowedKeys
parameters instead of keyType/keyParameters.
On upgrade to PKI 11.10.2, the script 01-UpdateKeyParameters.py converts
on-disk CA profile files under the instance configuration directory.
Profiles stored only in LDAP are not modified by the upgrade script. To migrate a profile:
-
Disable the profile:
$ pki -n caadmin ca-profile-disable <profileID>
-
Edit the profile and replace
keyType/keyParameterswithallowedKeysentries (see Key Constraint). -
Re-enable the profile:
$ pki -n caadmin ca-profile-enable <profileID>
Alternatively, import an updated profile from the shipped files:
+
$ pki -n caadmin ca-profile-mod --raw /usr/share/pki/ca/profiles/ca/<profile>.cfg
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |