When backing up the keys after initialising via the web interface a json download is provided which includes the Base64 key. Via the CLI it is not shown, for example:
vault operator init -key-shares=1 -key-threshold=1
Unseal Key 1: BBewIVcqLVjai4AbimsuTz3Sa3BEBgALuBS+NI9LzVY=
Initial Root Token: s.0A3XqFnbJn9eK2EenHyvLZEG
Is it possible to get the Base64 key in this situation?