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

PowerShell: Coverting Hex or Bytes Array to ASCII

The following is an illustration of a practical usage of decrypting an ASCII encoded value…

Windows: How To Expand Disk Volumes That Are Not Adjacent the Intended Volume

Problem: Here's a scenario when a virtualized disk has been expanded in Hyper-V, Vmware, AWS,…

SonicWall Configuration for Asterisk

How to configure Sonicwall to enable traffic toward a on-premise VoIP server without VLAN  …