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

Remote Desktop Logon Error: ‘the user account used to connect to remote PC did not work

Symptom: The user account did not work error Resolution:In the instance that we've experienced, it…

Windows 2016: HP Proliant Server iLO 5

Integrated Lights Out (iLO) Remote Server Management Tools is easy to use. Following is an…

Sample Multi-Site Metadata

SimpleSAML PHP module requires that each site to be configured with a $metadata entry. Below…