Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 8d9946e

Browse files
committed
secrets: vault.gpg: added Justin and removed Riku
Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 0819701 commit 8d9946e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

scripts/vault-passwd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#!/bin/sh
22

3+
# In order to update the people who can decrypt the password
4+
# one must first be able to decrypt it, then encrypt it again
5+
# with the updated list of keys. You should have all keys on
6+
# the local keyring before re-encrypting the vault.
7+
# gpg --encrypt \
8+
# --recipient charles.oliveira@linaro.org \
9+
# --recipient justin.cook@linaro.org \
10+
# --recipient kelley.spoon@linaro.org \
11+
# --recipient ben.copeland@linaro.org \
12+
# --recipient amro.hassaan@linaro.org \
13+
# <password-file>
14+
315
basedir=$(dirname $0)
416
passwd_file=$basedir/../secrets/vault.gpg
517

secrets/vault.gpg

10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)