website: remove old docs on the -encrypt flag

This commit is contained in:
Armon Dadgar 2014-07-15 09:50:39 -07:00
parent 00f60082b4
commit 140a910fed
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ With that key, you can enable encryption on the agent. You can verify
encryption is enabled because the output will include "Encrypted: true".
```
$ consul agent -data=/tmp/consul -encrypt=cg8StVXbQJ0gPvMd9o7yrg==
$ cat encrypt.json
{"encrypt": "cg8StVXbQJ0gPvMd9o7yrg=="}
$ consul agent -data=/tmp/consul -config-file encrypt.json
==> Starting Consul agent...
==> Starting Consul agent RPC...
==> Consul agent running!