Skip to content

Commit

Permalink
[BEAM-8117] add notes when generating the gpg key.
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanzou committed Sep 2, 2019
1 parent 43b6163 commit 6175f44
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 6175f44

Please sign in to comment.