From 4b083defebce64ec587fde734ec5f4faf1597d8c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 15 Sep 2017 02:13:36 -0400 Subject: [PATCH] Add missing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d021de4cc..d1086d793b 100644 --- a/README.md +++ b/README.md @@ -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= 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