diff --git a/README.md b/README.md index 3e0b5ca2..685cc128 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,12 @@ gh then the `PUBLIC_KEY` would be `abcdefgh`. +You can get the `PUBLIC_KEY` by running this command: + +```bash +sed "s/-----BEGIN PUBLIC KEY-----/v=DKIM1; k=rsa; p=/g" dkim.pub.key | sed 's/-----END PUBLIC KEY-----//g' |tr -d '\n' +``` + To verify, the following command ```bash