HI, sorry this help not. I will covert a Imail SSL (for Web Interface) to a .pem file for stunnel. Have someone an idea ??
joerg > > This may help you. It describes making a pem file from an IIS cert... > > TO GENERATE A .pem FILE DO THE FOLLOWING: > > Start -> Run mmc.exe > > Under the Console Menu choose Add/Remove Snap-in. > > Choose Add then Certificates (for Computer Account, Local Computer) > > Under the Console Menu choose Save As and save as > �Certificates Manager�. > > Open up the Certificates Manager (it will have been placed into the > administration tools on your Start Menu) > > Find the certificate you want to use (Look under Personal > Certificates). > Right click the certificate and choose Export. > > When asked, reply �Yes, export the private key�. The correct > export type is > the �Personal Information Exchange PKCS12� format. > > Enter a password twice, then the name of the file to export to. > > The Certificates Manager will now export the file to disk. > > Using the openssl tool we can extract both the private key and the > certificate from the exported file : > > Openssl pkcs12 -in <infile> -out cert.pem -nodes > > You will need to enter the password to extract the keys. > > This will create a file called cert.pem > > > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Joerg Miksch > Sent: Tuesday, November 18, 2003 3:38 AM > To: [EMAIL PROTECTED] > Subject: AW: [IMail Forum] SSL in SMTP > > > HI, > > i use stunnel and have no problem with pop,imap and smtp > over ssl with a > self signed CA . > > I need same help to convert my Signed CA from the > Webinterface of Imail in a > stunnel.pam. So i can > use with stunnel. > Have someone an idea ?? > > thx > > > i. A. Joerg Miksch > > Senior Engineer > Server-Systems and Applications > > --- > > Datacenter Frankfurt am Main > [EMAIL PROTECTED] > > VIA NET.WORKS Deutschland GmbH - Niederlassung Frankfurt am Main > G�nderrode Strasse 3 Phone: +49 69 7391488 0 > 60327 Frankfurt am Main Fax: +49 69 7391488 6 > Support Hotline Phone: +49 01805 404906 > > Zentrale > Bismarckstrasse 120 Phone: +49 203 3093 100 > D-47057 Duisburg Fax: +49 203 3093 112 > Geschaeftsfuehrung: Karsten Berge > Amtsgericht Duisburg, HRB 7672 http://www.vianetworks.de > > Alle Angebote sind unverbindlich. > Auftraege erledigen wir zu unseren allgemeinen Geschaeftsbedingungen. > > > > > > > > > > > Greetings I write you to know if you know like > > mounting in Imail > > > 8,04 SSL on smtp not on mail Web. Thanks. > > > > IMail does not include SSL for SMTP. Note that SSL is rarely > > ever used > > with SMTP, since there is no mechanism to ensure that > > incoming E-mail uses > > SSL (you can have other mailservers in your organization send > > using SSL, > > but you can't receive general Internet E-mail using SSL). > > > > You can accomplish this, however, using an SSL tunnelling > > program (such as > > http://www.stunnel.org ). > > > > -Scott > > --- > > Declude JunkMail: The advanced anti-spam solution for IMail > > mailservers. > > Declude Virus: Catches known viruses and is the leader in mailserver > > vulnerability detection. > > Find out what you've been missing: Ask about our free 30-day > > evaluation. > > > > --- > > [This E-mail was scanned for viruses by Declude Virus > (http://www.declude.com)] > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: > http://www.mail-archive.com/imail_forum%> 40list.ipswitch.com/ > > Knowledge Base/FAQ: > http://www.ipswitch.com/support/IMail/ > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: > http://www.mail-archive.com/imail_forum%> 40list.ipswitch.com/ > > Knowledge Base/FAQ: > http://www.ipswitch.com/support/IMail/ > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: > http://www.mail-archive.com/imail_forum%> 40list.ipswitch.com/ > > Knowledge Base/FAQ: > http://www.ipswitch.com/support/IMail/ > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
