aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2015-01-17 13:17:20 -0500
committerLuke <luke.pulverenti@gmail.com>2015-01-17 13:17:20 -0500
commitbb02d68cebb2379623dda5e7803135d80f15b27f (patch)
treeb0c370ce705ab77b476909a0c7515b6873ca131d /MediaBrowser.Server.Implementations/Localization
parent7a136349eea53097a4fb9e52de81a32bf2a4e086 (diff)
parent2300d56f688c2515def000fbd2330ad9e0116d33 (diff)
Merge pull request #969 from jabbera/ssl2
Ssl in mediabrowser against new listener.
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/server.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json
index 35d58837c..253d9a00d 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/server.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json
@@ -508,6 +508,14 @@
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicPort": "Public port number:",
"LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+
+ "LabelUseHttps": "Enable SSL",
+ "LabelUseHttpsHelp": "Check to enable SSL hosting.",
+ "LabelHttpsPort": "Local http port:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelCertificatePath": "SSL Certificate path:",
+ "LabelCertificatePathHelp": "The path on the filesystem to the ssl certificate pfx file.",
+
"LabelWebSocketPortNumber": "Web socket port number:",
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",