Modify the temporary master key generation
This commit is contained in:
parent
06553feca9
commit
35d91559ff
@ -13,11 +13,11 @@ GPG="gpg --quiet --batch --no-tty --no-permission-warning --export-options no-ex
|
|||||||
pushd "$(dirname "$0")" >/dev/null
|
pushd "$(dirname "$0")" >/dev/null
|
||||||
|
|
||||||
$GPG --gen-key <<EOF
|
$GPG --gen-key <<EOF
|
||||||
%echo Generating Arch Linux Keyring keychain master key...
|
%echo Generating Arch Linux keyring temporary master key...
|
||||||
Key-Type: RSA
|
Key-Type: RSA
|
||||||
Key-Length: 1024
|
Key-Length: 2048
|
||||||
Key-Usage: sign
|
Key-Usage: sign
|
||||||
Name-Real: Arch Linux Keyring Keychain Master Key
|
Name-Real: Arch Linux keyring temporary master key
|
||||||
Name-Email: archlinux-keyring@localhost
|
Name-Email: archlinux-keyring@localhost
|
||||||
Expire-Date: 0
|
Expire-Date: 0
|
||||||
%no-protection
|
%no-protection
|
||||||
|
Loading…
Reference in New Issue
Block a user