mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
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
|