UPDATE
I found the solution to my problem:
it was the keyname I used, the wrong value for the zone field and the API
for some reason, the knot plugin type does not work, but the generic "nsupdate (RFC 2136)" does
So what made it all work...
Turns out, the problem was not the missing TOS but that the internal root certificate wasn't added and the client did not connect.
Putting the root PEM into /usr/share/ca-certificates and running update-ca-certificates was not enough this time...
Hi there,
I'm trying to set up a PKI for certificates in my homelab with OpenBao and Knot DNS. I'm running my own DNS because I use my own TLD.
What I'm trying to do is using the Proxmox ACME setup to automatically get certificates from my...