Re: Loading pfx file to certificate store - WeOnlyDo Discussion board

Re: Loading pfx file to certificate store (General questions)

by wodDamir, Saturday, November 11, 2006, 12:28 (6373 days ago) @ Chris

Hi Chris,

You will have to install the certificate manually, but you can make FTPServer to load it automatically afterwards by just pointing the component towards the Certificate. You can do something like this (VB6):
---------------------------------
Dim location As CertLocation
Set location = New CertLocation

Dim cer As Certificate
Set cer = location(CurrentUser).Item( My ).Item( localhost )
---------------------------------

Just set up the Application to load the certificate on startup, and it should work.

Regards,
Damba


Complete thread: