mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 17:05:55 +03:00
[GH-ISSUE #123] Could not extract public key from DNS record #98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matbech on GitHub (Jan 3, 2016).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/123
I get this error message: "Could not extract public key from DNS record" when I try to verify the DNS entry in the configurator.
Suggested DNS record:
v=DKIM1; k=rsa; p=MIGetc
Existing DNS record:
v=DKIM1;p=MIGetc
Maybe the verification code gets confused because of the missing k param. It is optional and defaults to rsa.