examples/etc/bootcfg: Fix typo in cert-gen help

This commit is contained in:
Dalton Hubble
2016-09-21 16:20:06 -07:00
parent b3dab0aa98
commit 7b1640b1c6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -31,3 +31,4 @@ assets/
bin/
_output/
tools/
contrib/registry/data

View File

@@ -5,7 +5,7 @@ rm -f ca.key ca.crt server.key server.csr server.crt client.key client.csr clien
rm -rf certs crl newcerts
if [ -z $SAN ]
then echo "Set SAN with a DNS or IP for bootcfg (e.g. export SAN=DNS.1:bootcfg.example.com,IP.1=192.168.1.42)."
then echo "Set SAN with a DNS or IP for bootcfg (e.g. export SAN=DNS.1:bootcfg.example.com,IP.1:192.168.1.42)."
exit 1
fi