To avoid issues with excessively caching DNS resolvers (i.e. resolvers that do not honor TTL), it's common practice to generate a so called rollover private key when a TLS certificate is refreshed, e.g. via ACME.
How can generate (and deploy) a TLSA RR for a rollover key with danebot?
A naive attempt - pointing danebot to the last certificate and the new key - unsurprisingly results in:
Error: key does not belong to certificate: public key mismatch
as it's explicitly checked if the separately supplied private key matches the certificate.
Is support for rollover keys unimplemented? If so, can this be added?