Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
dmikurube
2 months agoNew Contributor
Ubuntu apt key location
In https://support.1password.com/install-linux/ , 1Password suggests to install 1Password's apt key in `/usr/share/keyrings/`. However, in Ubuntu, `/usr/share/keyrings/` is considered as a location for system-managed and package-system-managed apt keys.
For this kind of manual installation, `/etc/apt/keyrings/` should be recommended, IIUC. What do you think about updating the document?
2 Replies
- AJCxZ0Bronze Expert
Better yet, 1Password really should stop using the legacy format and use the deb822 format `1password.sources`. One advantage is that the key can be included directly in the Signed-By field.
See sources.list(5).
- dmikurubeNew Contributor
Same for `/usr/share/debsig/keyrings/`. Should it be `/etc/debsig/keyrings/` ?