Re: pass init does not re-encrypt existing files (SOLVED)

2018-07-24 Thread Frank Thommen
Dear all, On 07/19/2018 07:48 PM, Frank Thommen wrote: Hi, In an attempt to use pass for a shared password store @work I tried the instructions given on https://medium.com/@davidpiegza/using-pass-in-a-team-1aa7adf36592. However even after importing a colleagues' public gpg key, signing it

Re: pass init does not re-encrypt existing files

2018-07-20 Thread Frank Thommen
Hi, we don't use symlinks. All files are directly in the passord store, which is referred to by the $PASSWORD_STORE_DIR environment variable. Cheers frank On 20/07/18 09:30, Zafiris Sgouridis wrote: Hi! I had the same issue. For me it was that my directory under .password- store was a

Re: pass init does not re-encrypt existing files

2018-07-20 Thread Zafiris Sgouridis
Hi! I had the same issue. For me it was that my directory under .password- store was a symlink. When the function that searches for files to reencrypt it uses find and without the "-L" flag for following symlinks so it didn't find any files. Are you using symlinks? My setup: .password-store

pass init does not re-encrypt existing files

2018-07-19 Thread Frank Thommen
Hi, In an attempt to use pass for a shared password store @work I tried the instructions given on https://medium.com/@davidpiegza/using-pass-in-a-team-1aa7adf36592. However even after importing a colleagues' public gpg key, signing it and applying `pass init id1 id2`, existing entries could