Please add support for Google Domains DNS API

Yes, I got it working. Did you upload the dns_googledomains.sh in /root/.acme.sh/dnsapi ? I am not using the built in ACME server anymore. I used the acme.sh script from
Code:
curl https://get.acme.sh | sh -s email=my@example.com
After installing acme.sh and manually uploading the api I used these commands.

Code:
acme.sh --issue -d proxmox.mydomain.com --dns dns_googledomains --keylength ec-256 --server letsencrypt

Code:
acme.sh --installcert -d proxmox.mydomain.com --keypath /etc/pve/local/pveproxy-ssl.key --fullchainpath /etc/pve/local/pveproxy-ssl.pem --reloadcmd "systemctl restart pveproxy"

Make sure to chmod execution permissions for dns_googledomains.sh

I also got it to work with the built in Proxmox certificate manager after making some changes but it is not a good idea since updating proxmox reverts the changes. use the direct acme.sh script until it is fully included in proxmox. Plus I am going to use acme.sh from now on since I can use 256-ECC certificates instead of 4096 bit RSA certificates which I do not want.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!