fix type-o in README

This commit is contained in:
Rich Remer 2015-09-18 16:10:50 -07:00
parent 7e583eb22c
commit 401eb1d78f

View File

@ -14,7 +14,7 @@ Usage: smtp2http [-v|--verbose] [-s|--silent|-q|--quiet]
-v --verbose Log information to STDOUT -v --verbose Log information to STDOUT
TLS Option TLS Option
The --tls option accepts a colon-delimited list of certificate file. The --tls option accepts a colon-delimited list of certificate files.
You can specify a single combined PFX file, a cert file followed by a You can specify a single combined PFX file, a cert file followed by a
key file, or a cert file followed by a key file followed by a signing key file, or a cert file followed by a key file followed by a signing
authority certificate. authority certificate.
@ -89,4 +89,4 @@ openssl pkcs12 -export \
-out example.com.pfx \ -out example.com.pfx \
-in example.com.crt -inkey example.com.key \ -in example.com.crt -inkey example.com.key \
-certfile example.com-ca.crt -certfile example.com-ca.crt
``` ```