diff options
author | drduh <github@duh.to> | 2024-03-16 19:35:04 -0700 |
---|---|---|
committer | drduh <github@duh.to> | 2024-03-16 19:35:04 -0700 |
commit | b2959d075b8a89e3b5f36cea224347654871258e (patch) | |
tree | 3f527599c254bd39ba5ae1e1d37157987eaec186 /contrib/gen-params-rsa4096 | |
parent | Merge pull request #423 from Xronophobe/fix/quick-add-key-with-fpr (diff) | |
download | YubiKey-Guide-b2959d075b8a89e3b5f36cea224347654871258e.tar.gz |
Simplify instructions, reduce manual labor
Diffstat (limited to 'contrib/gen-params-rsa4096')
-rw-r--r-- | contrib/gen-params-rsa4096 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/gen-params-rsa4096 b/contrib/gen-params-rsa4096 deleted file mode 100644 index 1bc8c1a..0000000 --- a/contrib/gen-params-rsa4096 +++ /dev/null @@ -1,29 +0,0 @@ -%echo Generating a OpenPGP key - -# uncomment the following line to remove asking for a passphrase -#%no-protection - -Key-Type: RSA -Key-Length: 4096 -# Key generated is a master key ("certificate") -Key-Usage: cert - -# Parameters to generate a subkey -# Subkey-Type: ELG-E -# Subkey-Length: 4096 -# Choose one of following options -# Subkey-Usage: encrypt -# Subkey-Usage: sign -# Subkey-Usage: auth - -# 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 |