Add option to use a secure connection for the daemon

This commit is contained in:
hensm
2022-09-02 09:19:23 +01:00
parent 8ecd3320f7
commit cde15cfd91
7 changed files with 131 additions and 41 deletions

View File

@@ -309,8 +309,12 @@
"message": "If the regular bridge connection fails, attempt to connect to a bridge running in daemon mode.",
"description": "Backup daemon checkbox description."
},
"optionsBridgeBackupSecure": {
"message": "Use a secure daemon connection",
"description": "Daemon secure option checkbox label."
},
"optionsBridgeBackupPassword": {
"message": "...with password:",
"message": "Password:",
"description": "Daemon password option label."
},