Add passphrase to TLS node

This commit is contained in:
Nick O'Leary
2018-01-13 20:27:25 +00:00
parent 7b1787fdbb
commit 8c42b2bdb4
3 changed files with 22 additions and 11 deletions

View File

@@ -149,13 +149,15 @@
"upload": "Upload",
"cert": "Certificate",
"key": "Private Key",
"passphrase": "Passphrase",
"ca": "CA Certificate",
"verify-server-cert":"Verify server certificate"
},
"placeholder": {
"cert":"path to certificate (PEM format)",
"key":"path to private key (PEM format)",
"ca":"path to CA certificate (PEM format)"
"ca":"path to CA certificate (PEM format)",
"passphrase":"private key passphrase (optional)"
},
"error": {
"missing-file": "No certificate/key file provided"