mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
e2030b8cad
On platforms which have system-wide crypto policy the latter has to be included in openssl config. Fixes: https://pagure.io/freeipa/issue/8094 Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
22 lines
417 B
Plaintext
22 lines
417 B
Plaintext
# OpenSSL configuration file
|
|
# File generated by IPA instalation
|
|
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
ssl_conf = ssl_configuration
|
|
engines = engine_section
|
|
|
|
[ssl_configuration]
|
|
system_default = crypto_policy
|
|
|
|
[crypto_policy]
|
|
.include $CRYPTO_POLICY_FILE
|
|
|
|
[engine_section]
|
|
$OPENSSL_ENGINE = ${OPENSSL_ENGINE}_section
|
|
|
|
[${OPENSSL_ENGINE}_section]
|
|
engine_id = $OPENSSL_ENGINE
|
|
MODULE_PATH = $SOFTHSM_MODULE
|
|
init=0
|