GPG Trust Key
After importing a GPG key (on how to, refer to link), we need to set trust level for the same.
Process
$ gpg --edit-key {KEY}
trust
5
yes
save
Source: Security - StackExchange
After importing a GPG key (on how to, refer to link), we need to set trust level for the same.
$ gpg --edit-key {KEY}
trust
5
yes
save
Source: Security - StackExchange