mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing encrypt to instructions in the 2015.5 branch, --homedir is not necessary here.
This commit is contained in:
parent
612e342c70
commit
39b111c465
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue