mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 10:23:26 +08:00
53e6846dff
This renames the configuration files in etc.ppp/ to have ".example" on the end of their names. This is so that when they are copied to <sysconfdir>/ppp (often /etc/ppp), they don't overwrite existing pppd configuration files, and it is clear that they are just examples. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
openssl_conf = openssl_def
|
|
|
|
[ openssl_def ]
|
|
engines = engine_section
|
|
|
|
[ engine_section ]
|
|
pkcs11 = pkcs11_section
|
|
|
|
[ pkcs11_section ]
|
|
engine_id = pkcs11
|
|
dynamic_path = /usr/lib64/openssl/engines/engine_pkcs11.so
|
|
MODULE_PATH = /usr/lib64/libeTPkcs11.so
|
|
init = 0
|
|
|