Changing signing certificates when using DataProtection
So I’m setting up IdentityServer 4 and have swapped out the default certificates ‘damienbodserver.pfx’ in the STS host and DataEventRecords API. Now, this isn’t that simple, because the certificate was used to protect data inserted into the database and that was tied to keys, stored in a Key Store (either on filesystem or DB). Trying…