Version 0.1.

This commit is contained in:
DJ Lucas 2017-09-19 00:38:45 -05:00
parent 3f2d76de5b
commit 8e9c5b6abd
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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