root/trunk/openssl.conf
| Revision 80, 361 bytes (checked in by jps, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | openssl_conf = openssl_def |
| 2 | |
| 3 | [openssl_def] |
| 4 | engines = engine_section |
| 5 | |
| 6 | [engine_section] |
| 7 | pkcs11 = pkcs11_section |
| 8 | |
| 9 | [pkcs11_section] |
| 10 | engine_id = pkcs11 |
| 11 | dynamic_path = /Library/OpenSC/lib/engines/engine_pkcs11.so |
| 12 | MODULE_PATH = /Library/OpenSC/lib/opensc-pkcs11.so |
| 13 | init = 0 |
| 14 | |
| 15 | [req] |
| 16 | distinguished_name = req_distinguished_name |
| 17 | |
| 18 | [ req_distinguished_name ] |
| 19 |
Note: See TracBrowser
for help on using the browser.
