Merge pull request #11 from renodr/patch-3

make-ca: Update help text with typo fixes
This commit is contained in:
DJ Lucas 2020-11-12 21:19:32 -06:00 committed by GitHub
commit 7c49ba10b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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