Skip to content
Snippets Groups Projects
Commit 35d91559 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

Modify the temporary master key generation

parent 06553fec
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,11 @@ GPG="gpg --quiet --batch --no-tty --no-permission-warning --export-options no-ex
pushd "$(dirname "$0")" >/dev/null
$GPG --gen-key <<EOF
%echo Generating Arch Linux Keyring keychain master key...
%echo Generating Arch Linux keyring temporary master key...
Key-Type: RSA
Key-Length: 1024
Key-Length: 2048
Key-Usage: sign
Name-Real: Arch Linux Keyring Keychain Master Key
Name-Real: Arch Linux keyring temporary master key
Name-Email: archlinux-keyring@localhost
Expire-Date: 0
%no-protection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment