Created
June 13, 2016 17:06
-
-
Save danslimmon/1e2ddf7ba9a709f6fed1ee2e4e895c42 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dan@george:/tmp/secrets$ blackbox_addadmin [email protected] | |
gpg: /private/tmp/secrets/keyrings/live/trustdb.gpg: trustdb created | |
gpg: key A9FD8CCF: public key "Dan Slimmon " imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 (RSA: 1) | |
NEXT STEP: You need to manually check these in: | |
git commit -m'NEW ADMIN: [email protected]' keyrings/live/pubring.gpg keyrings/live/trustdb.gpg keyrings/live/blackbox-admins.txt | |
dan@george:/tmp/secrets$ git commit -m'NEW ADMIN: [email protected]' keyrings/live/pubring.gpg keyrings/live/trustdb.gpg keyrings/live/blackbox-admins.txt | |
[master (root-commit) 94108f6] NEW ADMIN: [email protected] | |
3 files changed, 2 insertions(+) | |
create mode 100644 keyrings/live/blackbox-admins.txt | |
create mode 100644 keyrings/live/pubring.gpg | |
create mode 100644 keyrings/live/trustdb.gpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment