blackbox: Removed the manual gpg --import step from README, added prepare_keychain to blackbox_update_all_files
This commit is contained in:
@@ -496,7 +496,6 @@ git commit -m"Adding key for KEYNAME" pubring.gpg trustdb.gpg blackbox-admins.tx
|
|||||||
Regenerate all encrypted files with the new key:
|
Regenerate all encrypted files with the new key:
|
||||||
|
|
||||||
```
|
```
|
||||||
gpg --import keyrings/live/pubring.gpg
|
|
||||||
blackbox_update_all_files
|
blackbox_update_all_files
|
||||||
git status
|
git status
|
||||||
git commit -m"updated encryption" -a
|
git commit -m"updated encryption" -a
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ if [[ -z $GPG_AGENT_INFO ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
disclose_admins
|
disclose_admins
|
||||||
|
prepare_keychain
|
||||||
|
|
||||||
echo '========== ENCRYPTED FILES TO BE RE-ENCRYPTED:'
|
echo '========== ENCRYPTED FILES TO BE RE-ENCRYPTED:'
|
||||||
awk <"$BB_FILES" '{ print " " $1 ".gpg" }'
|
awk <"$BB_FILES" '{ print " " $1 ".gpg" }'
|
||||||
|
|||||||
Reference in New Issue
Block a user