<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18783">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I am migrating a client's web site from Windows IIS 
6 to BlueOnyx and the site has a GeoTrust SSL certificate.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I was able to export the Cert to .pfx file and then 
create cert.pm and key.pm files with Openssl by following a GeoTrust help note 
using:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV>
<DIV>1. To export the Private key file from the .pfx file</DIV>
<DIV style="MARGIN-LEFT: 40px"><BR>openssl pkcs12 -in filename.pfx  
-nocerts -out key.pem</DIV>
<DIV><BR>2. To export the Certificate file from the .pfx file</DIV>
<DIV style="MARGIN-LEFT: 40px"><BR>openssl pkcs12 -in filename.pfx -clcerts 
-nokeys -out cert.pem</DIV>
<DIV><BR><FONT size=2 face=Arial>Where do I put these files on the BlueOnyx 
server, to import the certificate, or alternately, how can I import the cert 
from the .pfx file created on IIS6.0</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV></DIV>
<DIV>
<P>Regards,<BR>Nikolas Dafopoulos<BR><A 
href="mailto:support@outer-net.com">support@outer-net.com</A></P>
<P><FONT size=2 face=Arial></FONT> </P></DIV></BODY></HTML>