Arangoimport Options
Encryption
Name | Type | Description |
---|---|---|
encryption.key-generator | string | _Enterprise Edition only_Program providing the encryption key on stdout. if set, encryption will be enabled.Default: "" |
encryption.keyfile | string | _Enterprise Edition only_File containing the encryption key. if set, encryption will be enabled.Default: "" |
Random
Name | Type | Description |
---|---|---|
random.generator | uint32 | Random number generator to use (1 = mersenne, 2 = random, 3 = urandom, 4 = combined (not for windows), 5 = wincrypt (windows only)Default: 1 Possible values: 1, 2, 3, 4 |
Ssl
Name | Type | Description |
---|---|---|
ssl.protocol | uint64 | Ssl protocol (1 = sslv2, 2 = sslv2 or sslv3 (negotiated), 3 = sslv3, 4 = tlsv1, 5 = tlsv1.2)Default: 5 Possible values: 1, 2, 3, 4, 5 |