diff --git a/README.md b/README.md index 7009540..9f33444 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ __Options__: -tp,--tls-protocols Allow TLS protocols. Values: TLSv1,TLSv1.1,TLSv1.2 separated by comma (default: TLSv1.2) -tlsCiphers,--tls-cipher-suite Allow TLS cipher suites. Values: cipher names defined by JVM separated by comma (default: null (default cipher list provided by JVM)) -tr,--tls-revoke Revoke certificates identified by their serial number. Values: serial numbers separated by comma (default: null (Do not revoke certificates)) --te,--tls-encrypt-only Enable TLS encryption and disable TLS certificate validation -uk,--send-user-key Send user defined key in addition to hash digest to store on the server. (default: userKey is not sent to reduce meta-data overhead) -um,--unorderedMaps If this flag is present write all maps as unordered maps. -u,--usage Print usage. diff --git a/doc/options.md b/doc/options.md index 49a4f00..69b488b 100644 --- a/doc/options.md +++ b/doc/options.md @@ -19,7 +19,6 @@ | -tp | Allow TLS protocols. Values: TLSv1,TLSv1.1,TLSv1.2 separated by comma | TLSv1.2) | | -tlsCiphers | Allow TLS cipher suites. Values: cipher names defined by JVM separated by comma | null (default cipher list provided by JVM)| | -tr | Revoke certificates identified by their serial number. Values: serial numbers separated by comma | null (Do not revoke certificates)| -| -te | Enable TLS encryption and disable TLS certificate validation | -uk | Send user defined key in addition to hash digest to store on the server. (default: userKey is not sent to reduce meta-data overhead). | -v | Verbose mode. If this option is specified, verbose mode is enabled and additional information is displayed on the console. | DISABLED | | -u | Display command usage. | |