Using pass on Linux
Granted works well with pass on Linux. You can follow the below steps to configure Granted so that you aren’t prompted for a GPG password each time commands are run.
First, ensure that your Granted config file is set up as follows:
cat ~/.granted/configDefaultBrowser = "STDOUT"CustomBrowserPath = ""CustomSSOBrowserPath = ""LastCheckForUpdates = 3Ordering = ""ExportCredentialSuffix = ""[Keyring] Backend = "pass"
Then, run the following commands:
sudo apt install passgpg --gen-keypass init E7BF4FFE628F18FCFC3A6C8DC5E556A9DB95E5E5 # your public key ID from previous step
# Add to ~/.bashrc or ~/.profileexport GPG_TTY=$(tty)