freeipa/install/share/profiles
Rob Crittenden 02e19d0a39 Add SHA384withRSA as a certificate signing algorithm
It required support in dogtag which was added in 10.5.0.

This is only easily configurable during installation because
it will set ca.signing.defaultSigningAlgorithm to the
selected algorithm in CS.cfg

The certificate profiles will generally by default set
default.params.signingAlg=- which means use the CA default.

So while an existing installation will technically allow
SHA384withRSA it will require profile changes and/or
changing the defaultSigningAlgorithm in CS.cfg and
restarting (completely untested). And that won't affect
already issued-certificates.

https://pagure.io/freeipa/issue/8906

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
2021-07-09 13:21:00 -04:00
..
acmeIPAServerCert.cfg Add SHA384withRSA as a certificate signing algorithm 2021-07-09 13:21:00 -04:00
caIPAserviceCert.cfg Add SHA384withRSA as a certificate signing algorithm 2021-07-09 13:21:00 -04:00
caIPAserviceCert.UPGRADE.cfg Add SHA384withRSA as a certificate signing algorithm 2021-07-09 13:21:00 -04:00
IECUserRoles.cfg Add SHA384withRSA as a certificate signing algorithm 2021-07-09 13:21:00 -04:00
KDCs_PKINIT_Certs.cfg Add SHA384withRSA as a certificate signing algorithm 2021-07-09 13:21:00 -04:00
Makefile.am Centralize enable/disable of the ACME service 2020-11-02 10:43:57 -05:00
README Add a README to certificate profile templates directory 2017-06-15 13:55:09 +02:00

This directory contains profile TEMPLATES for certificate profiles
included in FreeIPA.  Do not import these files or modifications
thereof - it is likely that Dogtag will accept the configuration,
but certificate issuance will fail with the updated configuration.
At best, it will not give you the certificates you want.

If you want to modify a profile configuration or create a new
profile based on an existing profile configuration, you should
export the current profile configuration with the command:

    ipa certprofile-show --out FILENAME PROFILE_NAME

After modifying the configuration, update the profile configuration:

    ipa certprofile-mod --file FILENAME PROFILE_NAME

Or if you are creating a new profile:

    ipa certprofile-import --desc DESC --store 1 \
        --file FILENAME NEW_PROFILE_NAME