We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91333d commit 6be582cCopy full SHA for 6be582c
TypeDBConsole.java
@@ -846,14 +846,14 @@ private static class CLIOptions implements Runnable {
846
String password;
847
848
@CommandLine.Option(
849
- names = {"--tls-enabled"},
+ names = {"--tls-enabled", "--encryption-enable"},
850
description = "Whether to connect to TypeDB Enterprise with TLS encryption"
851
)
852
private boolean tlsEnabled;
853
854
855
- names = {"--tls-root-ca"},
856
- description = "Path to the TLS root CA file"
+ names = {"--tls-root-ca", "--encryption-root-ca"},
+ description = "Path to the TLS encryption root CA file"
857
858
private @Nullable
859
String tlsRootCA;
0 commit comments