RE: Testing TLS

2005-11-10 Thread Randy Gordey
Hi Warrick,   For sendmail verify TLS: openssl s_client -starttls smtp -showcerts -connect MTA.FQDN:25       ~R.Gordey   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Warrick FitzGerald Sent: Wednesday, November 09, 2005 8:38 PM To: openssl-users@openssl.org

RE: Trusted CA pack

2005-11-10 Thread Randy Gordey
Joe Orton, from the mod_ssl list, submitted this perl script. His original post: http://www.mail-archive.com/modssl-users@modssl.org/msg16980.html Works Great! #!/usr/bin/perl -w # # Used to regenerate ca-bundle.crt from the Mozilla certdata.txt. # Run as ./mkcabundle.pl > ca-bundle.crt # my $c