Tag: acme.sh

  • Configuring Pi-hole v6 with a TLS certificate

    Pi-hole v6 was recently released and adds support for HTTPS. In /etc/pihole/pihole.toml under the webserver.tls configuration block, the documentation mentions that Pi-hole expects the certificate and the key in the same .pem file. Below is the relevant bit from pihole.toml At the time of writing I have not found an acme.sh deploy hook that would…

  • Proxmox VE and Let’s Encrypt with DNS-01 Validation

    One of the appealing reasons for using Proxmox VE as your hypervisor is that one can configure their system to obtain a TLS certificate for https from Let’s Encrypt on a regular basis. The Environment At the time of writing, I am running Proxmox VE version 7.2-4. The name of the node for this article…

  • Delegate ACME challenges to another nameserver

    I have been using Let’s Encrypt’s DNS-01 challenge to prove that I control DNS for domain names. However, obtaining certificates and renewing them have been a manual process where I added scripts to getssl to tell me the TXT record(s) to add for that domain. I did it this way because I did not like…