Merge pull request #26528 from zmalone/2015.5

Fixing encrypt to instructions in the 2015.5 branch
This commit is contained in:
Mike Place 2015-08-20 15:49:06 -06:00
commit c6d8e34730

View File

@ -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: