make-ca: Update help text with typo fixes

This commit is contained in:
Douglas R. Reno 2020-11-12 20:49:08 -06:00 committed by GitHub
parent 41c9ddb0b7
commit 1de4957347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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