aboutsummaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.sh b/init.sh
index 36c2d4f..b96d674 100755
--- a/init.sh
+++ b/init.sh
@@ -12,6 +12,7 @@ ak_gpg_check_or_create(){
then
gpg2 --homedir $AK_GPGHOME --batch --passphrase '' --quick-gen-key kaos@kaos.kaos rsa3072 sign 0
AK_FINGERPRINT="$(gpg2 --homedir $AK_GPGHOME --list-keys | grep kaos@kaos.kaos -B 1 | head -n 1 | awk '{print $1}')"
+ printf '%s' "$AK_FINGERPRINT" > $AK_WORKDIR/current_key
gpg2 --homedir $AK_GPGHOME --batch --passphrase '' --quick-add-key $AK_FINGERPRINT rsa3072 encrypt 0
fi
}