Hi,
I’m trying to add an SMIMEA record following RFC 8162 for email address patrick@domain.tld.
Working (non-standard):
-
Subname:
_smimecert.patrick -
Result:
_smimecert.patrick.domain.tld
Not working (RFC 8162 standard):
-
Subname:
8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92._smimecert -
Result:
8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92._smimecert.domain.tld
The hashed local-part (56 hex chars) appears to exceed the web UI’s subname length limit. The RFC requires SHA-256 truncated to 28 bytes (56 hex characters) as the first label, with _smimecert as the second label.
Question: Is this a UI validation limit? Can the record be created via API, or does the platform enforce a shorter maximum label length?
I may be misunderstanding the RFC or the correct record structure—any guidance on the proper way to create SMIMEA records with deSEC would be appreciated.
Thanks,
Patrick