Skip to content

Commit

Permalink
Replace rm with shred (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Jul 2, 2021
1 parent dde114b commit 65a69f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/tf-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ openssl pkcs12 \
-passout pass:"$CERTIFICATE_PASSWORD"

echo "==> Deleting SPN certificate in PEM format..."
rm "$SPN_NAME.pem"
shred -uz "$SPN_NAME.pem"

echo "==> Creating provider.tf with required_provider version and credentials..."
cat >provider.tf <<TFCONFIG
Expand Down

0 comments on commit 65a69f1

Please sign in to comment.