This works for me:

1. Export a backup file of the Certificate from the Key-Manager. 
2. Find this string in the binary file : "private-key" 
3. Trace back until You find this Hex value : "30 82" 
4. Write from that position to a new file (tmp.bin). Make sure you include
the 30 82 bytes.
5. With OpenSSL: openssl rsa -inform NET -in tmp.bin -out key.pem 
6. Type password... 


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brett Glennon
> Sent: Thursday, December 21, 2000 22:10
> To: [EMAIL PROTECTED]
> Subject: Converting IIS4 to SSL NET format
> 
> 
> 
>  is there anything to convert a thawte generated key via IIS4 to use on
> StrongHold SSL Key and cert.
> 
>  Thanks in advance
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to