mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #26528 from zmalone/2015.5
Fixing encrypt to instructions in the 2015.5 branch
This commit is contained in:
commit
c6d8e34730
@ -48,7 +48,7 @@ To generate a cipher from a secret:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ echo -n "supersecret" | gpg --homedir --armor --encrypt -r <KEY-name>
|
||||
$ echo -n "supersecret" | gpg --armor --encrypt -r <KEY-name>
|
||||
|
||||
Set up the renderer on your master by adding something like this line to your
|
||||
config:
|
||||
|
Loading…
Reference in New Issue
Block a user