From c7f40c1c802181548d016630f1d6918cdd5c62b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Santamar=C3=ADa=20Rogado?= Date: Sun, 1 Mar 2026 13:36:32 +0100 Subject: [PATCH] Fix certificate path setting key --- docs/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/tls.md b/docs/api/tls.md index 3ceeab3..2f2c459 100644 --- a/docs/api/tls.md +++ b/docs/api/tls.md @@ -107,4 +107,4 @@ If the last step did not work, see the remark below the Firefox instructions abo ## Using your own certificate -If you want to use your own certificate, you can do so by placing the certificate and the private key in a location that can be read by user `pihole` (e.g., `/etc/pihole`) and, change the path in `/etc/pihole/pihole.toml` (setting `webserver.api.tls.cert`) and restart `pihole-FTL` (e.g., `sudo service pihole-FTL restart`). The certificate and the private key must be in PEM format (check automatically generated certificate for an example). +If you want to use your own certificate, you can do so by placing the certificate and the private key in a location that can be read by user `pihole` (e.g., `/etc/pihole`) and, change the path in `/etc/pihole/pihole.toml` (setting `webserver.tls.cert`) and restart `pihole-FTL` (e.g., `sudo service pihole-FTL restart`). The certificate and the private key must be in PEM format (check automatically generated certificate for an example).