mirror of https://github.com/MISP/misp-vagrant
added installation of rng-tools
parent
345a4a5a87
commit
f2c58af7a5
|
@ -244,6 +244,7 @@ chmod -R 750 $PATH_TO_MISP/app/Config
|
|||
|
||||
|
||||
echo -e "\n--- Generating a GPG encryption key... ---\n"
|
||||
apt-get install rng-tools
|
||||
mkdir $PATH_TO_MISP/.gnupg
|
||||
chmod 700 $PATH_TO_MISP/.gnupg
|
||||
cat >gen-key-script <<EOF
|
||||
|
|
Loading…
Reference in New Issue