Skip to content

Commit

Permalink
Merge pull request apache#9463: [BEAM-8117] add notes when generating…
Browse files Browse the repository at this point in the history
… the gpg key
  • Loading branch information
markflyhigh committed Sep 3, 2019
2 parents 8f01a44 + 6175f44 commit c381678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/src/main/scripts/preparation_before_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [[ $confirmation = "y" ]]; then
echo "===============Generating new GPG key================"
sudo apt-get install rng-tools
sudo rngd -r /dev/urandom
echo "NOTE: When creating the key, please select the type to be RSA and RSA (default), and the size to be 4096 bit long."
gpg --full-generate-key
fi

Expand Down

0 comments on commit c381678

Please sign in to comment.