Update pass: Difference between revisions

From Social.coop
Jump to navigation Jump to search
(Thanks Akshay for adding Edsu's new key :))
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
To update pass with a new key, in the pass repo (https://git.coop/social.coop/tech/pass):
Up to: [[Part Of::Tech Working Group]]
 
[[Has Description::Update Keys for Social Coop Infra]]
 
Create a Pull Request with the key you want to add, for example: https://git.coop/social.coop/tech/pass/-/merge_requests/9/diffs
 
To update pass with a new key coming in through a PR, in the pass repo (https://git.coop/social.coop/tech/pass):


  pass init $(cat .gpg-id)
  pass init $(cat .gpg-id)


https://stackoverflow.com/questions/13116457/how-to-make-auto-trust-gpg-public-key if you need to trust the key first :)
https://stackoverflow.com/questions/13116457/how-to-make-auto-trust-gpg-public-key if you need to trust the key first :)

Latest revision as of 00:49, 6 July 2023

Up to: Tech Working Group

Update Keys for Social Coop Infra

Create a Pull Request with the key you want to add, for example: https://git.coop/social.coop/tech/pass/-/merge_requests/9/diffs

To update pass with a new key coming in through a PR, in the pass repo (https://git.coop/social.coop/tech/pass):

pass init $(cat .gpg-id)

https://stackoverflow.com/questions/13116457/how-to-make-auto-trust-gpg-public-key if you need to trust the key first :)