Fix certificate path setting key

This commit is contained in:
Miguel Ángel Santamaría Rogado
2026-03-01 13:36:32 +01:00
parent db916cf3fd
commit c7f40c1c80

View File

@@ -107,4 +107,4 @@ If the last step did not work, see the remark below the Firefox instructions abo
## Using your own certificate ## 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).