Add missing link

This commit is contained in:
Jordan Brown
2017-09-15 02:13:36 -04:00
committed by GitHub
parent ddcafd8d98
commit 4b083defeb
+1 -1
View File
@@ -72,7 +72,7 @@ This process is identical to the above steps in command line mode. You can alway
## Setting up Remote access
1. Obtain an SSL certificate to secure the connection (this is beyond the scope of this guide)
1. [Bind the SSL certificate to port 38607]()
1. [Bind the SSL certificate to port 38607](https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate)
- e.g. `netsh http add sslcert ipport=0.0.0.0:38607 certhash=<certificate hash> appid={F32EDA25-0855-411C-AF5E-F0D042917E2D}`
- The `appid` GUID actually doesn't matter, but for sanity, you should use the GUID of TGServerService.exe as printed above
1. Ensure port 38607 can be acccessed from the internet