From 07c9d06cca3364f7e34ed48f3f00a737919641f3 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Sat, 24 Aug 2024 00:39:29 +0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9507dc565..e8ff660e1 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Note if you run tests using the `docker-compose.test.yml` configuration, the `ap ## Add root certificate -QFieldCloud will automatically generate a certificate and it's root certificate in `./conf/nginx/certs`. +QFieldCloud will automatically generate a certificate and its root certificate in `./conf/nginx/certs`. However, you need to trust the root certificate first, so other programs (e.g. curl) can create secure connection to the local QFieldCloud instance.