Add ALPN support to TLS node

This commit is contained in:
Ben Hardill
2021-05-18 13:13:32 +01:00
parent be9521f659
commit 8c95067ec4
3 changed files with 13 additions and 3 deletions

View File

@@ -170,14 +170,16 @@
"passphrase": "Passphrase",
"ca": "CA Certificate",
"verify-server-cert":"Verify server certificate",
"servername": "Server Name"
"servername": "Server Name",
"alpnprotocol": "ALPN Protocol"
},
"placeholder": {
"cert":"path to certificate (PEM format)",
"key":"path to private key (PEM format)",
"ca":"path to CA certificate (PEM format)",
"passphrase":"private key passphrase (optional)",
"servername":"for use with SNI"
"servername":"for use with SNI",
"alpnprotocol":"for use with ALPN"
},
"error": {
"missing-file": "No certificate/key file provided"