Print the proper path to root CA cert

Change-type: patch
This commit is contained in:
Akis Kesoglou 2018-12-17 14:57:49 +02:00
parent 93d51fcdd5
commit 5bc74c3f75

View File

@ -91,4 +91,4 @@ echo_bold "==> Success!"
echo ' - Start the instance with: ./scripts/compose up -d'
echo ' - Stop the instance with: ./scripts/compose stop'
echo ' - To create the superuser, see: ./scripts/create-superuser -h'
echo " - Use the following certificate with Balena CLI: ${CONFIG_DIR}/root/ca.crt"
echo " - Use the following certificate with Balena CLI: ${CERTS_DIR}/root/ca.crt"