-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the Name-Real + Name-Email to something we know
- Loading branch information
1 parent
54e3436
commit e7ed6bd
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ cat >gen-key-script <<EOF | |
Key-Length: 4096 | ||
Subkey-Type: 1 | ||
Subkey-Length: 4096 | ||
Name-Real: Opensource Idealo | ||
Name-Email: [email protected] | ||
Name-Real: Ashwanth Kumar | ||
Name-Email: [email protected] | ||
Expire-Date: 2y | ||
Passphrase: ${GPG_PASSPHRASE} | ||
%commit | ||
|
@@ -35,6 +35,8 @@ gpg --batch --gen-key gen-key-script | |
# ssb 4096R/55B7CAA2 2016-09-08 | ||
export GPG_KEYNAME=$(gpg -K | grep ^sec | cut -d/ -f2 | cut -d\ -f1 | head -n1) | ||
|
||
gpg -K | ||
|
||
# cleanup local configuration | ||
shred gen-key-script | ||
|
||
|