mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
|
# OpenSSL configuration file
|
||
|
# File generated by IPA instalation
|
||
|
openssl_conf = openssl_init
|
||
|
|
||
|
[openssl_init]
|
||
|
engines = engine_section
|
||
|
|
||
|
[engine_section]
|
||
|
$OPENSSL_ENGINE = ${OPENSSL_ENGINE}_section
|
||
|
|
||
|
[${OPENSSL_ENGINE}_section]
|
||
|
engine_id = $OPENSSL_ENGINE
|
||
|
MODULE_PATH = $SOFTHSM_MODULE
|
||
|
init=0
|