8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
# How to use SOPS
|
|
|
|
- create a .sops.yaml file with the settings (key-references, field selector, excluder)
|
|
- encrypt stuff with:
|
|
"sops encrypt -i file-to-encrypt.yaml > encrypted.yaml"
|
|
- decrypt stuff with:
|
|
"sops decrypt -i encrypted.yaml"
|