Skip to content

Commit

Permalink
display location of provisioner password in step-ca setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinz01 committed Jun 18, 2024
1 parent 3a19f69 commit 10cfb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/smallstep-ca-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ if [ ! -f \$STEPPATH/config/ca.json ]; then
echo "The CA has been initialized."
echo
echo -e "The root CA certificate fingerprint is \e[1;32m\$(step certificate fingerprint \$STEPPATH/certs/root_ca.crt)\e[0m"
echo -e "The provisioner password is at \e[1;32m\$STEPPATH/secrets/provisioner-password\e[0m"
echo
echo -e "\e[0;31m"
echo "############################################################################################################"
Expand Down

0 comments on commit 10cfb22

Please sign in to comment.