Posts

Showing posts from 2021
 Remote Install the software with Admin Right: runas /user:.\ localadmin "C:\ test \ cutewriter.exe " or   runas /user:domainname\domainadmin "C:\test\cutewriter.exe"  "C:\test\cutewriter.exe"  is the exe file that is saved in the user laptop.  

SFTP (CrushFTP serevr) renew Certificate

Image
  SFTP (CrushFTP serevr) renew Certificate 1.        Use a certificate issued legitimately from CA (Sectigo) 2.        Generate PFX file via IIS  Manager Ensure the file type is *.pfx Password: star_photostriker 3.        Copy file over to SFTP server 4.        Convert PFX file to jks 5.     keytool -importkeystore -srckeystore mypfxfile.pfx -srcstoretype pkcs12 -destkeystore identity.jks -deststoretype JKS    6.   Login into CrushFTP web console 7.      Go to navigate to Preferences, Encryption and open the SSL tab. Click on the Import Reply button   8.        Input Keystore Path and Keystore Password   9.        Click on the Browse button next to the Import Certificate Authority Reply File and upload the certific...