Merge pull request #2988 from hardillb/ALPNProtocols

Add ALPN support to TLS node
This commit is contained in:
Nick O'Leary
2021-05-19 17:39:19 +01:00
committed by GitHub
3 changed files with 14 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"