From a41c5d5df9f393b0a9f3b43fa56a629c0f6632cb Mon Sep 17 00:00:00 2001 From: Mischa van den Burg Date: Mon, 3 Jun 2024 10:01:08 +0200 Subject: [PATCH] test: readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94ea5345..e6001493 100755 --- a/README.md +++ b/README.md @@ -196,9 +196,9 @@ Consult `docs/`. _The certificate might not have the full chain, which will result in errors in SOFI, because SOFI cannot look up intermediate certificate, they must exist in the certificate file (`.crt`). This is done by getting the intermediate certificates and pasting them into the plaintext certificate file (`.crt`)._ -2. Determine their location on the server, this can found by inspecting the `.env` file and looking for `TLS_CERT_PATH` or `TLS_KEY_PATH`. - - _The current locations is `/opt/sofi/.certs`_. +2. Determine their location on the server, this can found by inspecting the + `.env` file and looking for `TLS_CERT_PATH` or `TLS_KEY_PATH`. _The current + locations is `/opt/sofi/.certs`_. 3. Move the certificates to the server and dispose the old certificates and ensure their names are correct.