On 12/01/2010 12:36 PM, Fredrik Unger wrote:

The default gnutls functions do operate assuming that keys
are not encrypted. Programs that support encrypted keys
should use the pkcs8 functions instead (or
gnutls_certificate_set_x509_simple_pkcs12_file).
I don't know what ldap uses, though.

>> This is a private openssl format. gnutls accepts keys if they are
>> encrypted with
>> PKCS #8 or if they are unencrypted.
[...]
> certtool --infile key-8.pem  --key-info -d 11

Try:
certtool -8 --key-info --infile key-8.pem


regards,
Nikos

_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to