We should be able to "rotate" keys by creating a new key and advertising it to the resolver. However, we must keep the old keys since these are used for encrypting older messages.
Our vault accounts should have an array of keys. In order to decrypt we can either:
try each key until one succeeds.
add the public fingerprint to the message, and find the key that matches the fingerprint.
We should be able to "rotate" keys by creating a new key and advertising it to the resolver. However, we must keep the old keys since these are used for encrypting older messages.
Our vault accounts should have an array of keys. In order to decrypt we can either: