From 401eb1d78f7c0a5e202ec26eb415d9c3acb05749 Mon Sep 17 00:00:00 2001 From: Rich Remer Date: Fri, 18 Sep 2015 16:10:50 -0700 Subject: [PATCH] fix type-o in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01b7627..56a9e2e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Usage: smtp2http [-v|--verbose] [-s|--silent|-q|--quiet] -v --verbose Log information to STDOUT 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 key file, or a cert file followed by a key file followed by a signing authority certificate. @@ -89,4 +89,4 @@ openssl pkcs12 -export \ -out example.com.pfx \ -in example.com.crt -inkey example.com.key \ -certfile example.com-ca.crt -``` \ No newline at end of file +```