Fix spelling

This commit is contained in:
a1346054 2021-09-12 20:47:47 +00:00
parent 20b4d2cbcc
commit 67e3e6ae4a
No known key found for this signature in database
GPG Key ID: D149AD21DC40440C
3 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ Contents of this file:
4.1: mksh/Win32
A special thanks is in order to the mksh/Win32 project and its primary
maintainer, Michael Langguth <mksh-w32@gmx.net>. This shell offers featurs
maintainer, Michael Langguth <mksh-w32@gmx.net>. This shell offers features
that allow Easy-RSA to run smoothly under Windows; by using mksh/Win32,
Easy-RSA can deliver the same PKI flexibility to all major platforms.

View File

@ -534,7 +534,7 @@ $help_note"
# init-pki backend:
init_pki() {
# If EASYRSA_PKI exists, confirm before we rm -rf (skiped with EASYRSA_BATCH)
# If EASYRSA_PKI exists, confirm before we rm -rf (skipped with EASYRSA_BATCH)
if [ -e "$EASYRSA_PKI" ]; then
confirm "Confirm removal: " "yes" "
WARNING!!!
@ -935,7 +935,7 @@ $(display_dn req "$req_in")
# Add any advanced extensions supplied by env-var:
[ -n "$EASYRSA_EXTRA_EXTS" ] && print "$EASYRSA_EXTRA_EXTS"
: # needed to keep die from inherting the above test
: # needed to keep die from inheriting the above test
} > "$ext_tmp" || die "\
Failed to create temp extension file (bad permissions?) at:
$ext_tmp"
@ -1135,7 +1135,7 @@ input in file: $req_in"
[ -f "$file" ] && mv "$file" "$EASYRSA_PKI/revoked/private_by_serial/$cert_serial.$file_ext"
done
# remove the dublicate certificate in the certs_by_serial folder
# remove the duplicate certificate in the certs_by_serial folder
rm "$crt_by_serial"
return 0

View File

@ -6,7 +6,7 @@
# project; use with other POSIX shells for Windows may require modification to
# this wrapper script.
cd easyrsa3 || { echo "ERROR: Cannot find easyrsa3 direcory"; exit 1; }
cd easyrsa3 || { echo "ERROR: Cannot find easyrsa3 directory"; exit 1; }
setup_path="${EASYRSA:-$PWD}"
export PATH="$setup_path;$setup_path/bin;$PATH"