具有相同 DKIM 选择器的多个密钥?
multiple key with same DKIM selector?
我有两个使用相同选择器的独立 DKIM 记录。
一个是 MailChimp,它使用 "k1" 作为选择器,另一个是旧记录,我还没有找到它的用途。
有没有办法在同一个 DKIM 记录中使用同一个选择器有两个单独的密钥?
RFC 6376 说明如下 (https://www.rfc-editor.org/rfc/rfc6376#section-3.6.2.2):
TXT RRs MUST be unique for a particular selector name; that is, if there are multiple records in an RRset, the results are undefined.
所以不可以,您不能将两个单独的密钥放入具有相同选择器的 DKIM 记录中,至少不能同时放置。即使它们不同时使用,我也强烈建议为每个键提供自己的选择器。
我有两个使用相同选择器的独立 DKIM 记录。 一个是 MailChimp,它使用 "k1" 作为选择器,另一个是旧记录,我还没有找到它的用途。
有没有办法在同一个 DKIM 记录中使用同一个选择器有两个单独的密钥?
RFC 6376 说明如下 (https://www.rfc-editor.org/rfc/rfc6376#section-3.6.2.2):
TXT RRs MUST be unique for a particular selector name; that is, if there are multiple records in an RRset, the results are undefined.
所以不可以,您不能将两个单独的密钥放入具有相同选择器的 DKIM 记录中,至少不能同时放置。即使它们不同时使用,我也强烈建议为每个键提供自己的选择器。