root/trunk/openssl.conf

Revision 80, 361 bytes (checked in by jps, 2 years ago)

openssl.conf template for engine

Line 
1openssl_conf            = openssl_def
2
3[openssl_def]
4engines = engine_section
5
6[engine_section]
7pkcs11 = pkcs11_section
8
9[pkcs11_section]
10engine_id = pkcs11
11dynamic_path = /Library/OpenSC/lib/engines/engine_pkcs11.so
12MODULE_PATH = /Library/OpenSC/lib/opensc-pkcs11.so
13init = 0
14
15[req]
16distinguished_name     = req_distinguished_name
17
18[ req_distinguished_name ]
19
Note: See TracBrowser for help on using the browser.