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

Firewall-Cmd

# Show all zonesfirewall-cmd --get-zones# Show Active Zonesfirewall-cmd --get-active-zones# Show Trusted Zonefirewall-cmd --list-all --zone=trusted# Set…

PFSense

This open source project is free to use and distribute, which lowers licensing costs as…

How to Restore Deleted Active Directory objects

The manual process via LDP by MicrosoftStep 1: Locate the deleted objectrun LDP using a…