diff options
author | Thomas Lange <code@nerdmind.de> | 2018-05-20 17:57:07 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2018-05-20 17:57:07 +0200 |
commit | 866248c564df678a4ac6f141cb3037f39f51154b (patch) | |
tree | 37552d4c5cdde5b5fa7a2d8584b141854b5837ff | |
parent | 7155b9765422cc0bbd54824acdf6d5fa1836c2a2 (diff) | |
download | painlessle-866248c564df678a4ac6f141cb3037f39f51154b.tar.gz painlessle-866248c564df678a4ac6f141cb3037f39f51154b.tar.xz painlessle-866248c564df678a4ac6f141cb3037f39f51154b.zip |
Remove wrong unicode character U+013A with U+006C
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`: |