forked from TrueCloudLab/certificates
Shred provisioner password
This commit is contained in:
parent
ad5cbd9a0e
commit
328276eaeb
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function step_ca_init () {
|
|||
fi
|
||||
echo "👉 Your CA administrative password is: $(< $STEPPATH/provisioner_password )"
|
||||
echo "🤫 This will only be displayed once."
|
||||
rm $STEPPATH/provisioner_password
|
||||
shred -u $STEPPATH/provisioner_password
|
||||
mv $STEPPATH/password $PWDPATH
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue