Posted On April 1, 2019

Install SSL on ScreenConnect

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Install SSL on ScreenConnect
Generate cert & key from startssl.com
Save the encrypted private key
Decrypt the private key
Download files into a directory on Windows client desktop
Rename ssl.key to screenconnectprivatekey.key
Download ScreenConnectConfigurator
Run ScreenConnectConfigurator and follow the wizard


#ssh to screenconnect server
install vsftp and set selinux & firewall permissions
Use Filezilla to upload the extracted 443.cer & 443.pvk files to the server's /home/kim
ssh to screenconnect server
cd /home/kim
mv 443.cer /opt/screenconnect/App_Runtime/etc/.mono/httplistener/443.cer
mv 443.pvk /opt/screenconnect/App_Runtime/etc/.mono/httplistener/443.pvk
vim /opt/screenconnect/web.config

#Set this value:
<add key="WebServerListenUri" value="https://+:443/"></add>

#Restart screenconnect:
/etc/init.d/screenconnect restart

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

User Accounts Management

# Method 1 # Disable account while still retain "sudo su userX"   # Block…

Linux SMB Mount via Command Line Bash Shell

Install smbfs to include these functions smbmount smbunmount Here is a demonstration of smbmount to…

Linux: How to Manually Create a USB Bootable Drive for ESXi

Step 1: Find the USB mount root@kimlinux:/home/kim# ls /dev/s*/dev/sda /dev/sdb1 /dev/sdb3 /dev/sdc1 /dev/sg1 /dev/snapshot /dev/stdin/dev/sdb…