Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Created February 18, 2024 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pojntfx/d35f1d99ac5350f627dc1ba97b590275 to your computer and use it in GitHub Desktop.
Save pojntfx/d35f1d99ac5350f627dc1ba97b590275 to your computer and use it in GitHub Desktop.
Get Strato's public DKIM key
#!/bin/bash
# Note that you _have_ to copy the quotation marks around the return value of this into the value field of the DNS settings
# You can set the return value like this (note the quotation marks): strato-dkim-0002._domainkey.pojtinger.com. 1 IN TXT "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt3a1nbhQdD0MtbPT1r8DGZefoQlj3fSgtWdINsXsRl55OmOAf2QNR8B0SwC59dWqA+isuH/bQnU0f0OmO5A7p+cyfT9EekbWslP575NAnAYpsUJlBv/0O8qA6T/cLoDz6LsUYv000gFRqSSUe1BZnJ/sjg0f96UCkomT1aQRpSUS" "DwNYCqpQKQ/fWg9IS2fL+d2kR1rckqwoKdgbEtjr4i+ICn2SUodI1KkGusIivuBueMYfDh8RGYKvFv40UZlBSfuX71GkzEPvQPnQTfXLqM9F8q1kWq/mdWYy5R0KrWptAnuAmCZqujkgWmcqzLoTMln04oOxGFp/zkf8iA75lwIDAQAB"
dig strato-dkim-0002._domainkey.strato.com TXT +short @shades09.rzone.de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment