Browse Source

Fix two missing words

Nicolas Dietrich 9 years ago
parent
commit
2bcf39f8eb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -54,9 +54,9 @@ openssl req -new -sha256 -key domain.key -subj "/" -reqexts SAN -config <(cat /e
 
 
 You must prove you own the domains you want a certificate for, so Let's Encrypt
 You must prove you own the domains you want a certificate for, so Let's Encrypt
 requires you host some files on them. This script will generate and write those
 requires you host some files on them. This script will generate and write those
-files the folder you specify, so all you need to do is make sure that folder
-is served under the ".well-known/acme-challenge/" url path. NOTE: This must be
-on port 80 (not port 443).
+files in the folder you specify, so all you need to do is make sure that this
+folder is served under the ".well-known/acme-challenge/" url path. NOTE: This
+must be on port 80 (not port 443).
 
 
 ```
 ```
 #make some challenge folder (modify to suit your needs)
 #make some challenge folder (modify to suit your needs)