This fix worked for me too. Thanks!
I was trying to migrate VMs off an old 7.4 node to a 9.2 node, and got the "Host key verification failed" error during migration. Copied the key from "/etc/ssh/ssh_host_rsa_key.pub" on my 9.2 node into...
SOLVED!
Compare your key in "/etc/ssh/ssh_host_rsa_key.pub" with the key in "/etc/ssh/ssh_known_hosts". They where different in my case, and executing "pvecm updatecerts" in all nodes did not fix that. Just replace the key in...
Hello all,
I managed to get this working with acme-dns, here's my Step by Step how I did it (sorry for all the redactions, gotta keep some stuff secure)
So our Corporate DNS doesn't allow API but i can log into it to create the CNAME TXT record...
nice write up @complexplaster27 ! I noticed you didn't even have to hit the command line with a pvenode config set to add the alias= key. Seems the acme-dns plugin doesn't need that. I'm guessing it's because you specify ACMEDNS_SUBDOMAIN during...
Testing this on PVE 9.1.4 right now, and there's still no ability to add an Alias when you add a Domain to ACME in the Web UI. But you can add it through the command line.
If you've already added an ACME domain, find out what number it's using...