Here is an example how you create some dummy certificates which should work but 
are not working with curl-gnutls (but with curl-openssl)

openssl req \
 -new \
 -newkey rsa:4096 \
 -days 365 \
 -nodes \
 -x509 \
 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" \
 -keyout client.key \
 -out client.crt
curl -v --cert client.crt --key client.key https://auth.startssl.com/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to