Version 0.1.
This commit is contained in:
parent
3f2d76de5b
commit
8e9c5b6abd
@ -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
|
||||
|
4
make-ca
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user