arangoexport Options

    Encryption

    NameTypeDescription
    stringEnterprise Edition only
    Program providing the encryption key on stdout. If set, encryption will be enabled.
    Default: “”
    encryption.keyfilestringEnterprise 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: 1
    Possible values: 1, 2, 3, 4

    SSL

    NameTypeDescription
    ssl.protocoluint64Ssl protocol (1 = SSLv2 (unsupported), 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSv1.2, 6 = TLSv1.3, 9 = generic TLS)
    Default: 5
    Possible values: 1, 2, 3, 4, 5, 6, 9