Hi, I have problem with generate pks12 certificate for digital signing of email. Can I ask how to add this field to subject?
openssl ca -in request.pem -out cert.pem -subj "/emailAddress= petr.kostr...@xxx.cz/CN=Petr Kostroun/OU=EMPLOYEE/O=xxx/ST=Czech Republic/C=CZ" -conf ./openssl.cnf Output Using configuration from ./openssl.cnf Loading 'screen' into random state - done Check that the request matches the signature Signature ok The Subject's Distinguished Name is as follows commonName :PRINTABLE:'Petr Kostroun' organizationalUnitName:PRINTABLE:'EMPLOYEE' organizationName :PRINTABLE:'xxx' stateOrProvinceName :PRINTABLE:'Czech Republic' countryName :PRINTABLE:'CZ' Thanks for hints. Petr