SMIMEA record explained
SMIMEA records, specified in RFC 8162, bind S/MIME certificates to email addresses via DNS. S/MIME is widely used in corporate
environments to encrypt and digitally sign email. Publishing the associated certificate in DNS allows recipients to automatically
discover and verify the sender's certificate without any out-of-band exchange.
Like OPENPGPKEY, the record name is derived from a SHA-256 hash of the email address's local part (truncated to 28 octets),
followed by
._smimecert. and the domain. The record fields specify the certificate usage, selector, matching type,
and the certificate data or its hash.
For example, to publish an S/MIME certificate for bob@test.com:
f10e7de079689f55c0cdd6782e4dd1448c84006962a4bd832e8eff73._smimecert.test.com. SMIMEA 3 0 0 [certificate data]