Commit ae4688dd authored by Steve Johnson's avatar Steve Johnson
Browse files

updated README

parent 7187e474
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -26,7 +26,10 @@ SSL Server configuration file in JSON format:
      "httpPort"        : 1339,
      "filterByAddress" : true,  // enables subnet address matching for connections
      "enableKeepalive" : true,  // enables the keep-alive for better connection states
      "enableSSDP"    : false    // SSL version is on a secure server with a well known address - not discoverable)
      "enableSSDP"      : false,   // SSL version is on a secure server with a well known address - not discoverable)
      "sshKey"          : "/etc/thelocationofyourserversslkeyfile.key",
      "sshCrt"          : "/etc/thelocationofyourserversslcrtfile.crt",
      "sshCA"           : "/etc/thelocationofyourserversslcrtchainfile.crt"
    }