mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Use an array of keys so that if the same fingerprint is used none are lost when using PGP key backup
This commit is contained in:
@@ -108,5 +108,5 @@ type RekeyUpdateResponse struct {
|
||||
|
||||
type RekeyRetrieveResponse struct {
|
||||
Nonce string
|
||||
Keys map[string]string
|
||||
Keys map[string][]string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user