
How to back-up a SSL private key in IIS 5...
Start, run, type mmc
Go into the Console Tab, Add/Remove Snap in
Click on Add, Double Click on Certificates and Click on Add > OK
Choose Computer Account
Choose Local Computer
Open up the Certificates Consol Tree
Look for a folder labelled REQUEST, then select Certificates
Highlight the key that you wish to back up
Right click on the file and choose, All Tasks, Export
Follow the Certificate Export Wizard
Choose to mark the Private key as exportable
Leave default settings
Choose to save file on a set location.
Click Finish
You will get message that the export was successful
Note: Once the Pending Request is completed the Key is no longer available
you can also get to the export dialog from internet services manager :
select your web site properties | directory security | view certificate | details | copy to file | select next, select "Yes, export private the key" -- and so on.
export: http://support.microsoft.com/default.aspx?scid=kb;en-us;232136
import: http://support.microsoft.com/default.aspx?scid=kb;EN-US;232137
backup: http://support.microsoft.com/default.aspx?scid=kb;EN-US;232136
restore: http://support.microsoft.com/default.aspx?scid=kb;en-us;q227888