feat(chronograf-cli): add TLS ciphers and versions
https://github.com/influxdata/chronograf/pull/5591 introduces new options, these are required in the 1.8.7 release of chronografpull/1593/head
parent
edeade9f78
commit
f580b39e56
|
@ -53,6 +53,9 @@ chronograf [flags]
|
|||
|:---------|:------------------------------------------------------------|:--------------------|
|
||||
| `--cert` | File path to PEM-encoded public key certificate | `$TLS_CERTIFICATE` |
|
||||
| `--key` | File path to private key associated with given certificate | `$TLS_PRIVATE_KEY` |
|
||||
| `--tls-ciphers` | Comma-separated list of cipher suites to use. Use 'help' cipher to print available ciphers. | `$TLS_CIPHERS` |
|
||||
| `--tls-min-version` | Minimum version of the TLS protocol that will be negotiated. (default: 1.2) | `$TLS_MIN_VERSION` |
|
||||
| `--tls-max-version` | Maximum version of the TLS protocol that will be negotiated. | `$TLS_MAX_VERSION` |
|
||||
|
||||
## Other service option flags
|
||||
|
||||
|
|
Loading…
Reference in New Issue