Markus, the attached two files should help you.

Bill


-----Original Message-----
From: "Markus Gufler"
Sent: Thu, 12 Jun 2003 16:41:13 +0200
Subject: [Declude.JunkMail] OT stunnel


Sore for this OT question.

Is there anyone who can provide or knows about a good instalation and
configuration guide for stunnel for windows?
Looks like a little bit of time consuming work to read the entire man
page.

Markus


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.




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

Attachment: stunnel.conf
Description: Binary data

Reply via email to