Update transit read key output

This commit is contained in:
Gábor Lipták 2016-04-05 09:16:47 -04:00
parent d72e462686
commit a8edba907f

View file

@ -86,10 +86,14 @@ the settings of the "foo" key by reading it:
``` ```
$ vault read transit/keys/foo $ vault read transit/keys/foo
Key Value Key Value
name foo cipher_mode aes-gcm
cipher_mode aes-gcm deletion_allowed false
derived false derived false
keys map[1:1.459861712e+09]
latest_version 1
min_decryption_version 1
name foo
```` ````
Now, if we wanted to encrypt a piece of plain text, we use the encrypt Now, if we wanted to encrypt a piece of plain text, we use the encrypt