Loading README.md +5 −2 Original line number Diff line number Diff line Loading @@ -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" } Loading Loading
README.md +5 −2 Original line number Diff line number Diff line Loading @@ -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" } Loading