UNPKG

email-dkim-utils

Version:

Email Utils - DKIM, compose with dkim, etc...

5 lines (4 loc) 114 B
function domainPubKey(pubKey) { return `v=DKIM1; k=rsa; s=email; p=${pubKey}` } module.exports = domainPubKey