aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/Server/server.json
diff options
context:
space:
mode:
authorMike <github@barry.io>2015-01-06 22:36:42 -0500
committerMike <github@barry.io>2015-01-17 11:53:22 -0500
commit2300d56f688c2515def000fbd2330ad9e0116d33 (patch)
treeb0c370ce705ab77b476909a0c7515b6873ca131d /MediaBrowser.Server.Implementations/Localization/Server/server.json
parent7a136349eea53097a4fb9e52de81a32bf2a4e086 (diff)
Ssl in mediabrowser against new listener.
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/server.json')
-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.",