summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Monacelli <Tailor@U.Washington.edu>2016-02-06 18:42:03 -0800
committerTaylor Monacelli <Tailor@U.Washington.edu>2016-02-06 18:42:03 -0800
commitbce52ef5e5fbd8ba1251a6934b4ccc468011a17d (patch)
tree94aaa445a055c9ddd3c9cbd3c78ae2b3d058ec4e
parente5d24f7df884a6effa7bcf8ef8fe36b123f2f36d (diff)
Fix README: you just securely transfer...
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abed9b5..1dfad20 100644
--- a/README.md
+++ b/README.md
@@ -271,7 +271,7 @@ ubuntu@letsencrypt.daylightpirates.org:~$
##How to use the signed https certificate
The signed https certificate that is output by this script can be used along
-with your private key to run an https server. You just security transfer (using
+with your private key to run an https server. You just securely transfer (using
`scp` or similar) the private key and signed certificate to your server, then
include them in the https settings in your web server's configuration. Here's an
example on how to configure an nginx server: