summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Roesler <diafygi@gmail.com>2016-02-22 14:47:34 -0800
committerDaniel Roesler <diafygi@gmail.com>2016-02-22 14:47:34 -0800
commit12112bcb2fe7b6bfa707118537b0f720b9f6ff44 (patch)
tree94aaa445a055c9ddd3c9cbd3c78ae2b3d058ec4e
parente5d24f7df884a6effa7bcf8ef8fe36b123f2f36d (diff)
parentbce52ef5e5fbd8ba1251a6934b4ccc468011a17d (diff)
Merge pull request #64 from TaylorMonacelli/master
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: