1
0
Fork 0
scripts/ab-openldap/ab-openldap-backup.params.t...

26 lines
644 B
Plaintext
Raw Normal View History

#
# openLDAP backup script parameters file
# version 4.0
#
2020-03-13 02:28:00 -06:00
# This file should be protected since it contains the password used to
# encrypt your backup files!
# recommend at least:
# chown root:root backup.parameters
# chmod 600 backup.parameters
2020-03-13 02:28:00 -06:00
# password used to encrypt backup
password='myPassword'
### encryption options
# encryption cipher
# use 'openssl enc --ciphers' to see which ciphers are supported by your
2020-03-13 02:28:00 -06:00
# openSSL installation
encryptionCipher='aes-256-cbc'
# number of iterations used to derive the private key, higher is better but
2020-03-13 02:28:00 -06:00
# more CPU intensive - minimum of 20000 recommended
encryptionIterations=25000
#EOF