Update transit read key output
This commit is contained in:
parent
d72e462686
commit
a8edba907f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue