From 0d748829e0af098d5f0a18a8a24c0d626190056a Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Tue, 6 Jun 2023 23:57:01 -0700
Subject: [PATCH] faq

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d1e841b..2fa5aea 100644
--- a/README.md
+++ b/README.md
@@ -68,9 +68,12 @@ This is a permission issue. Please run `chmod 777 -R /opt/microsoft` as root, **
 
 This is also a permission issue while overwritting user config with root account manually. Please run `chown -R YourName /home/YourName/.config` and restart the service. 
 
-- Failed to decrypt with key:LinuxBrokerRegularUserSecretKey thumbprint
+- Failed to decrypt with key:LinuxBrokerRegularUserSecretKey thumbprint, Tried all decryption keys and decryption still fails
 
-Run `seahorse` and make sure your **default** keyring is unlocked, and contains **valid** certificates. 
+Possible reason and solution:
+
+1. Run `seahorse` and make sure your **default** keyring is unlocked, and contains **valid** certificates. 
+2. The cert in keyring doesn't match `microsoft-identity-broker` database. If you just upgraded `microsoft-identity-broker` to a newer version, remove all existing database (including `msft-identity-broker`), and do level-1 installation again.
 
 - Microsoft Edge crashed immediately on startup (SIGSEGV)
 
-- 
GitLab