create-certs.sh: fix a typo

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
v0.8
Akihiro Suda 2020-05-17 10:23:09 +09:00
parent 8fc0f63d6e
commit 5fd091cedc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [[ "$#" -lt 1 ]]; then
echo
echo "Example: $0 buildkitd.default.svc 127.0.0.1"
echo
echo "The following iles will be created under ${DIR}"
echo "The following files will be created under ${DIR}"
echo "- daemon/{ca.pem,cert.pem,key.pem}"
echo "- client/{ca.pem,cert.pem,key.pem}"
echo "- ${PRODUCT}-daemon-certs.yaml"