Andrew Burnette writes:

Hi all,

just today (glad to see others using STARTTLS) I got a bounce back:

 >>> STARTTLS
  <<< 500 The Diffie-Hellman prime sent by the server is not acceptable
(not long enough).

My self signed keys are due to coincidentally expire in a week or so.
Unfortunately, due to very severe head/eye injury, it's tough to RTFM
:-) "oops" is my best thought on that subject...

Anyone care to assist with the appropriate command lines to help me roll
new keys this weekend?

With gnutls, use:

certtool -p --dsa --sec-param normal --outfile privkey.pem
certtool -s --load-privkey privkey.pem --outfile cert.pem

Concatenate privkey.pem and cert.pem together.

Attachment: pgpJNIgRPuxv8.pgp
Description: PGP signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to