HowTo: Usage of vault sh - HolgerHees/smartserver GitHub Wiki

Usage of './vault.sh'

The command ./vault.sh is used to encrypt and decrypt the whole ./config/*/vault recursively. It simplifies the encryption and decryption procedure by handling all files at once.

To encrypt everything run:

./vault.sh encrypt

and to decrypt everything run:

./vault.sh decrypt

The command checks if a file is already encrypted/decrypted and is encrypting/decrypting it only if needed.