diff --git a/make-ca b/make-ca index a9d9b30..70a7392 100644 --- a/make-ca +++ b/make-ca @@ -237,7 +237,7 @@ function check_arg(){ function showhelp(){ echo "" 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 "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" @@ -308,7 +308,7 @@ function showhelp(){ echo "" echo " -h, --help Show this help message and exit" 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 "" echo " -v. --version Show version information and exit" @@ -430,7 +430,7 @@ function get_p11_label() { } 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 satrust="$(convert_trust `grep '^CKA_TRUST_SERVER_AUTH' ${1} | \