diff --git a/easyrsa3/openssl-easyrsa.cnf b/easyrsa3/openssl-easyrsa.cnf index 2184d4c..5c4fc79 100644 --- a/easyrsa3/openssl-easyrsa.cnf +++ b/easyrsa3/openssl-easyrsa.cnf @@ -33,7 +33,7 @@ preserve = no # keep passed DN ordering # This allows to renew certificates which have not been revoked unique_subject = no -# A few difference way of specifying how similar the request should look +# A few different ways of specifying how similar the request should look # For type CA, the listed attributes must be the same, and the optional # and supplied fields are just that :-) policy = policy_anything diff --git a/easyrsa3/vars.example b/easyrsa3/vars.example index 47cddf9..2e11b21 100644 --- a/easyrsa3/vars.example +++ b/easyrsa3/vars.example @@ -21,7 +21,7 @@ # NOTES FOR WINDOWS USERS # -# Paths for Windows *MUST* use forward slashes, or optionally double-esscaped +# Paths for Windows *MUST* use forward slashes, or optionally double-escaped # backslashes (single forward slashes are recommended.) This means your path to # the openssl binary might look like this: # "C:/Program Files/OpenSSL-Win32/bin/openssl.exe"