Hi Daniel, On 31.05.2017 21:47, Daniel Kahn Gillmor wrote: > do you see the same error messages when you use the more modern --quick > command-line syntax?
I was not aware of this syntax style. Thank you. fpr=$(gpg --with-colons --quick-gen-key "Test user <[email protected]>" ed25519 | awk -F: '/^fpr:/{ print $10 }') This immediately runs gpg and ask for a password and creates an EdDSA signing key without any errors. > what version of gpg are you running when you see those warnings? I run GnuPG 2.1.15 on Ubuntu 17.04. It is also possible to create an ECC keypair with gpg --expert --full-gen-key without any errors. I just would prefer to have a paramter file for later/future use. Thank you. Pascal _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
