doc encryption

This commit is contained in:
Astro 2016-11-26 01:04:31 +01:00
parent 1f4faf081d
commit 9c64bafa57
1 changed files with 5 additions and 0 deletions

5
doc/encryption.md Normal file
View File

@ -0,0 +1,5 @@
# Encrypting salt-pillar/ values
```shell
echo -n $SECRET | gpg --armor --batch --trust-model always --encrypt -r 1F0F221A7483B5EF5D103D8B32EBADE870BAF886
```