-
Notifications
You must be signed in to change notification settings - Fork 5
HowTo: Usage of vault sh
hhees edited this page Jan 25, 2020
·
1 revision
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.
- Home
- Motivation
- Main Features
- How to start
- Configuration
- Examples
- Special Roles