Running e-mail servers is always fun: as the time came to renew TLS certificate on one machine doing e-mail transmission (SMTP), came to know TLSA
records are now supposed to be 3 1 1
(no more 3 0 1
) :blobcateyes:
There is an added benefit of 3
(DANE-EE
) 1
(subject public key) 1
(SHA2-256 hash digest) - if you do not rotate your private key to issue TLS certificate, you don't need to update the TLSA
record - signature can be squeezed from key and certificate is not necessary at that point. If you do rotate private keys, this enables you to pre-create DNS records even before certificate is issued (given that you already generated keys) - that is really nice :blobcatthumbsup: