Re: Loading pfx file to certificate store (General questions)
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:
- Loading pfx file to certificate store - Chris, 2006-11-11, 12:14
- Re: Loading pfx file to certificate store - wodDamir, 2006-11-11, 12:28
- Re: Loading pfx file to certificate store - Chris, 2006-11-11, 17:17
- Re: Loading pfx file to certificate store - wodDamir, 2006-11-11, 17:55
- Re: Loading pfx file to certificate store - Chris, 2006-11-11, 17:17
- Re: Loading pfx file to certificate store - wodDamir, 2006-11-11, 12:28