diff options
author | drduh <github@duh.to> | 2024-03-18 00:39:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 00:39:46 +0000 |
commit | c97c9ac4c147544a9549111cc7b77df639ccb95e (patch) | |
tree | df5ebbacac4aa145bc8a52f20d497ebc88acfd4f /contrib/gen-params-ed25519 | |
parent | Merge pull request #423 from Xronophobe/fix/quick-add-key-with-fpr (diff) | |
parent | Replace mkdir commands (diff) | |
download | YubiKey-Guide-c97c9ac4c147544a9549111cc7b77df639ccb95e.tar.gz |
Merge pull request #425 from drduh/wip-16mar24
Simplify instructions, reduce manual labor
Diffstat (limited to 'contrib/gen-params-ed25519')
-rw-r--r-- | contrib/gen-params-ed25519 | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/contrib/gen-params-ed25519 b/contrib/gen-params-ed25519 deleted file mode 100644 index 83d3ac7..0000000 --- a/contrib/gen-params-ed25519 +++ /dev/null @@ -1,32 +0,0 @@ -# Requires GnuPG v2.1.7 or newer - -%echo Generating a OpenPGP key - -# uncomment the following line to remove asking for a passphrase -#%no-protection - -Key-Type: eddsa -Key-Curve: Ed25519 -# Key generated is a master key ("certificate") -Key-Usage: cert - -# Parameters to generate a subkey -# Subkey-Type: ecdh -# Subkey-Curve: Curve25519 - -# Choose one of following options -# Subkey-Usage: sign -# Subkey-Usage: auth -# Subkey-Usage: encrypt - -# select a name and email address - neither has to be valid nor existing -Name-Real: YubiKey User -Name-Email: yubikey@example - -# Do not set the key to expire -Expire-Date: 0 - -# Do a commit here, so that we can later print "done" :-) -%commit - -%echo done |