You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a local function that seems to provide most of this, using 1Password to store exports from gpg:
setup_pgp () {
msg_info "==> Setting up pgp keys…"# Authenticate with my.1password.com:eval$(op signin my)
op get document XXXXXX | gpg --import
op get document XXXXXX | gpg --allow-secret-key-import --import
op get document XXXXXX | gpg --import-ownertrust
msg "==> Testing pgp setup…"# may need to restart agent here# `echo RELOADAGENT | gpg-connect-agent`echo"test"| gpg --clearsign
}
I'm not sure yet how I feel about committing the 1Password object IDs... 🤔
Additionally reviewing if I want to add ~/.gnupg/gpg.conf to rcm here, or as a part of my 'secure' files managed in iCloud Drive.
then filter the json array by the overview.title field, grabbing the uuid field so then you can op get document <uuid>
Granted once you get into parsing/filtering arrays, it might make sense to put this in a little ruby script or something.
On a new install, I want to retain my PGP setup.
setup
setup
The text was updated successfully, but these errors were encountered: