given a passphraseless key.pem and a corresponding cert.pem , certtool
appears to crash with a segfault if i do:

      certtool --to-p12 \
        --load-privkey "key.pem" \
        --load-certificate "cert.pem" \
        --outfile "pkcs12.p12" \
        --template /dev/stdin <<EOF
pkcs12_key_name = "test"
EOF


I can avoid the segfault by supplying one more argument:

  --password ""


or by adding another line to the template:

 password = ""

I'm using 2.10.4-2 from debian.

        --dkg

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to