aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2018-05-20 17:57:07 +0200
committerThomas Lange <code@nerdmind.de>2018-05-20 17:57:07 +0200
commit866248c564df678a4ac6f141cb3037f39f51154b (patch)
tree37552d4c5cdde5b5fa7a2d8584b141854b5837ff
parent7155b9765422cc0bbd54824acdf6d5fa1836c2a2 (diff)
downloadpainlessle-866248c564df678a4ac6f141cb3037f39f51154b.tar.gz
painlessle-866248c564df678a4ac6f141cb3037f39f51154b.tar.xz
painlessle-866248c564df678a4ac6f141cb3037f39f51154b.zip
Remove wrong unicode character U+013A with U+006C
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 98b2d66..0d0c62a 100644
--- a/readme.md
+++ b/readme.md
@@ -18,7 +18,7 @@ Change the `LETSENCRYPT_ENDPOINT` to the address of the ACME staging API for tes
* `[-K]`: Filename for the existing private key relative to `[-i]`
* `[-I]`: Target filename for the intermediate certificate relative to `[-i]`
* `[-C]`: Target filename for the certificate only file relative to `[-i]`
-* `[-F]`: Target filename for the certificate full fiĺe relative to `[-i]`
+* `[-F]`: Target filename for the certificate full file relative to `[-i]`
## Example
Lets assume that you want to get a single X.509 certificate from the Let's Encrypt CA which includes three hostnames of your domain `example.org` (main domain, blog subdomain and shop subdomain). You already have an private key with the correct UNIX file permissions stored within the following example directory with the name `confidential.pem`: