From 7b1640b1c6c94d4fa51f6bb7d0eecf10e9542754 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 21 Sep 2016 16:20:06 -0700 Subject: [PATCH] examples/etc/bootcfg: Fix typo in cert-gen help --- .gitignore | 1 + examples/etc/bootcfg/cert-gen | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2115e9a9..840a65d0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ assets/ bin/ _output/ tools/ +contrib/registry/data diff --git a/examples/etc/bootcfg/cert-gen b/examples/etc/bootcfg/cert-gen index c86b2db3..69a97fa2 100755 --- a/examples/etc/bootcfg/cert-gen +++ b/examples/etc/bootcfg/cert-gen @@ -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