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

by wodDamir, (6751 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

locked

Complete thread: