diff --git a/CHANGELOG b/CHANGELOG index 61f6822..8601208 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.1b1 - Check executable bit for CERTUTIL, KEYTOOL, and OPENSSL +0.1 - Check executable bit for CERTUTIL, KEYTOOL, and OPENSSL - Allow global configuration file - Use correct license text (MIT) 20170425 - Use p11-kit format anchors diff --git a/make-ca b/make-ca index 1f68173..ad0d232 100644 --- a/make-ca +++ b/make-ca @@ -1,5 +1,5 @@ #!/bin/bash -# Begin /usr/sbin/make-ca.sh +# Begin /usr/sbin/make-ca # # Script to create p11-kit anchors, OpenSSL certs directory, GnuTLS certificate # bundle, NSS shared DB, and Java cacerts from upstream certdata.txt and local @@ -8,7 +8,7 @@ # Authors: DJ Lucas # Bruce Dubbs -VERSION="0.1b1" +VERSION="0.1" # Get/set defaults if test -f /etc/make-ca.conf; then