nixos/tests: use sensible key type for gpg keyring
If someone blindly copies this code, at least they have a sensible key type.
This commit is contained in:
@@ -6,10 +6,8 @@ pkgs.runCommand "gpg-keyring" { nativeBuildInputs = [ pkgs.gnupg ]; } ''
|
|||||||
cat > foo <<EOF
|
cat > foo <<EOF
|
||||||
%echo Generating a basic OpenPGP key
|
%echo Generating a basic OpenPGP key
|
||||||
%no-protection
|
%no-protection
|
||||||
Key-Type: DSA
|
Key-Type: EdDSA
|
||||||
Key-Length: 1024
|
Key-Curve: ed25519
|
||||||
Subkey-Type: ELG-E
|
|
||||||
Subkey-Length: 1024
|
|
||||||
Name-Real: Bob Foobar
|
Name-Real: Bob Foobar
|
||||||
Name-Email: bob@foo.bar
|
Name-Email: bob@foo.bar
|
||||||
Expire-Date: 0
|
Expire-Date: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user