Where does the cert download to on Linux? #8
|
Hi, really appreciate this tool. I got it installed using SSH and tailscale. Secure connection now from my Macbook. Wondering how I install the cert on the Linux machine I'm running pihole on now. I don't see it in my download folder. Where would it be downloaded? |
Answered by
luizbizzio
Aug 13, 2026
Replies: 1 comment 10 replies
|
The certificate was sent directly to Pi-hole, not to Mac. It is located in /etc/ssl/mycerts/ and will also be copied to http://<PIHOLE_IP>/admin/hostname.crt. Just download this .crt and import it to the system (macOS on Keychain, Linux on /usr/local/share/ca-certificates/). :) |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update for current versions of
local-httpsThe information above is outdated for the current version of
local-https.The certificates are now stored in:
The certificate that should be installed on your client devices is:
rootCA.crtis the local Certificate Authority that signs the server certificate. You should trust this certificate on your devices.Do not install
server.crt,server.pem, orserver.pfxas a Trusted Root CA. Those are server certificate files used by services such as Pi-hole and Technitium.You can also print the Root CA directly with:
Debian / Ubuntu
Copy
rootCA.crtto the client machine and …