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

How to Use Google SMTP Relay with Sendmail

Check to see if TLS is enabled:# sendmail -d0.1 -bv rootMake a certs directory:# mkdir…

How to Install & Configure Pihole on Ubuntu 20.04

1. Installation- Run these commands: # sudo apt-get install gamin -ysudo curl -sSL https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh |…

How to Install Ubiquiti Unifi Controller on Ubuntu 20.04

I have a scenario where an existing Unifi controller has been running on a Windows…