diff options
-rwxr-xr-x | lib/keyringer/actions/genkeys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/actions/genkeys b/lib/keyringer/actions/genkeys index e086891..addd10d 100755 --- a/lib/keyringer/actions/genkeys +++ b/lib/keyringer/actions/genkeys @@ -52,7 +52,7 @@ function genkeys_gpg { passphrase="`keyringer_exec decrypt "$BASEDIR" "$FILE.passwd"`" # TODO: insert random bytes - # TODO: custom Name-Comment and Name-Email + # TODO: custom Name-Email $GPG --homedir "$TMPWORK" --gen-key --batch <<EOF Key-Type: RSA Key-Length: 4096 |