Add missing tls-passphrase documentation

The tls-passphrase was not documented in MaxCtrl. Also regenerated the
documentation.
This commit is contained in:
Markus Mäkelä
2018-06-18 10:04:15 +03:00
parent 24bb8b0b2c
commit 6df0804e70
2 changed files with 12 additions and 2 deletions

View File

@ -74,6 +74,10 @@ program
describe: 'Path to TLS public certificate',
type: 'string'
})
.option('tls-passphrase', {
describe: 'Password for the TLS private key',
type: 'string'
})
.option('tls-ca-cert', {
describe: 'Path to TLS CA certificate',
type: 'string'