[Help-gnutls] Beginner Questions
Kip Warner
Kip at TheVertigo.com
Sat Oct 13 01:31:18 CEST 2007
Thanks Nikos. I have generated CERTFILE:
gpg --gen-keys
gpg --armor --export KEYID > public.asc
..and KEYFILE is generated with:
gpg --armor --export-secret-keys KEYID > secret.asc
..and the RINGFILE is generated with:
gpg --export KEYID > keyring.gpg
When I try to connect to my server with...
$ gnutls-cli -V -p 12345 --pgpkeyring keyring.gpg localhost
I get...
Resolving 'localhost'...
Connecting to '127.0.0.1:59783'...
*** Fatal error: Public key signature verification has failed.
*** Handshake has failed
GNUTLS ERROR: Public key signature verification has failed.
Any ideas?
Kip
--
View this message in context: http://www.nabble.com/Beginner-Questions-tf4614419.html#a13184749
Sent from the Gnu - TLS mailing list archive at Nabble.com.
More information about the Gnutls-help
mailing list