For new content and tickets please use the main OpenSC Trac (direct link)
| v10 | v11 | |
|---|---|---|
| 25 | 25 | OpenSSL> req -engine pkcs11 -new -key id_45 -keyform engine -out req.pem -text -x509 \ |
| 26 | 26 | -subj "/CN=Andreas Jellinghaus" |
| 27 | OpenSSL> x509 -engine pkcs11 - |
|
| 27 | OpenSSL> x509 -engine pkcs11 -signkey slot_0-id_45 -keyform engine -in req.pem -out cert.pem | |
| 28 | 28 | }}} |
| 29 | 29 | In this example the engine_pkcs11 is loaded using the PKCS!#11 module opensc-pkcs11.so. |