mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-02 00:19:04 +01:00
Fix certificate path setting key
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user