View Single Post
Old 10-26-2003, 07:46 AM  
FrankZ
Junior Member
 
Join Date: Sep 2003
Posts: 8
Default

Hi

When you install ioftpd as service you must install the cert via
site EXEC Command

1. First install io as Service and run it

2. Then login on drive C for example and change in c:\cert

then make ctrl-R via Flashfxp

but to make this work you must include the cert-name in the commandline from the .bat ...my .bat looks like this




makecert.exe -r -n CN=NAME -eku 1.3.6.1.5.5.7.3.1 -ss my -sr CurrentUser -a sha1 -sk NAME -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 ioftpd.cer



NAME = Your Cert-Name


--> site exec rsa_keygen.bat





now you have a cert installed as localhost
FrankZ is offline   Reply With Quote