Arangoimport Options

    Encryption

    NameTypeDescription
    encryption.key-generatorstring_Enterprise Edition only_Program providing the encryption key on stdout. if set, encryption will be enabled.Default: ""
    encryption.keyfilestring_Enterprise Edition only_File containing the encryption key. if set, encryption will be enabled.Default: ""

    Random

    NameTypeDescription
    random.generatoruint32Random number generator to use (1 = mersenne, 2 = random, 3 = urandom, 4 = combined (not for windows), 5 = wincrypt (windows only)Default: 1Possible values: 1, 2, 3, 4

    Ssl

    NameTypeDescription
    ssl.protocoluint64Ssl protocol (1 = sslv2, 2 = sslv2 or sslv3 (negotiated), 3 = sslv3, 4 = tlsv1, 5 = tlsv1.2)Default: 5Possible values: 1, 2, 3, 4, 5