Posted On March 31, 2019

ScreenConnect and NGINX

kimconnect 0 comments
blog.KimConnect.com >> Windows >> ScreenConnect and NGINX
source:
 
Create TLS certificate folder
sudo mkdir /etc/nginx/tls
cd /etc/nginx/tls
 
Create server key
sudo openssl genrsa -out domainname.key 2048
 
Obtain free cert from https://startSSL.com
 
ScreenConnect edits:
web.config
<add key=”WebServerAddressableUri” value=”https://support.myurl.com/connect/” />

Leave a Reply

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

Related Post

IP Helper Address

What is it and how to use it? When the DHCP Server is placed on…

DIFxDriverPackageInstall Error = 3

This error can occur during an installation of a Brothers branded printer or multi-functional scanner…

How to manually point servers in the DMZ to WSUS server for updates

The servers in the DMZ are not part of the domain and you must manually…