From 8225015c85a364f78eebfc1023508da27a9a776f Mon Sep 17 00:00:00 2001 From: Travis Dart Date: Fri, 30 Oct 2015 15:48:01 -0500 Subject: [PATCH] Typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f55eb..9d4bb40 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ should have a `foo.bar.com.dhparam.pem` file in the certs directory. #### Wildcard Certificates -Wildcard certificates and keys should be name after the domain name with a `.crt` and `.key` extension. +Wildcard certificates and keys should be named after the domain name with a `.crt` and `.key` extension. For example `VIRTUAL_HOST=foo.bar.com` would use cert name `bar.com.crt` and `bar.com.key`. #### SNI