Merge pull request #11 from renodr/patch-3
make-ca: Update help text with typo fixes
This commit is contained in:
commit
7c49ba10b0
6
make-ca
6
make-ca
@ -237,7 +237,7 @@ function check_arg(){
|
|||||||
function showhelp(){
|
function showhelp(){
|
||||||
echo ""
|
echo ""
|
||||||
echo "`basename ${0}` is a utility to deliver and manage a complete PKI configuration"
|
echo "`basename ${0}` is a utility to deliver and manage a complete PKI configuration"
|
||||||
echo "for workstaitons and servers using only standard GNU utilities, OpenSSL, and"
|
echo "for workstations and servers using only standard GNU utilities, OpenSSL, and"
|
||||||
echo "P11-Kit. It will optionally generate keystores for NSS if already installed,"
|
echo "P11-Kit. It will optionally generate keystores for NSS if already installed,"
|
||||||
echo "using a Mozilla cacerts.txt or like formatted file. It was originally developed"
|
echo "using a Mozilla cacerts.txt or like formatted file. It was originally developed"
|
||||||
echo "for use with Linux From Scratch to minimize dependencies for early system"
|
echo "for use with Linux From Scratch to minimize dependencies for early system"
|
||||||
@ -308,7 +308,7 @@ function showhelp(){
|
|||||||
echo ""
|
echo ""
|
||||||
echo " -h, --help Show this help message and exit"
|
echo " -h, --help Show this help message and exit"
|
||||||
echo ""
|
echo ""
|
||||||
echo " -r, --rebuild Rebuild the enitre PKI tree using the previous"
|
echo " -r, --rebuild Rebuild the entire PKI tree using the previous"
|
||||||
echo " certdata.txt file"
|
echo " certdata.txt file"
|
||||||
echo ""
|
echo ""
|
||||||
echo " -v. --version Show version information and exit"
|
echo " -v. --version Show version information and exit"
|
||||||
@ -430,7 +430,7 @@ function get_p11_label() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function get_trust_values() {
|
function get_trust_values() {
|
||||||
# $1 == indiviual certificate extracted from NSS certdata.txt
|
# $1 == individual certificate extracted from NSS certdata.txt
|
||||||
|
|
||||||
# Determine certificate trust values for SSL/TLS, S/MIME, and Code Signing
|
# Determine certificate trust values for SSL/TLS, S/MIME, and Code Signing
|
||||||
satrust="$(convert_trust `grep '^CKA_TRUST_SERVER_AUTH' ${1} | \
|
satrust="$(convert_trust `grep '^CKA_TRUST_SERVER_AUTH' ${1} | \
|
||||||
|
Loading…
Reference in New Issue
Block a user