Tag: dns-01

  • 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…