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