Skip to content

DKIM record not properly formatted after running init.sh #62

@Aravinda-HWK

Description

@Aravinda-HWK

Description:

After running the init.sh script, the DKIM value that gets generated is not well-formatted. As shown in the attached image, the DKIM content is difficult to read and may cause issues when adding it to DNS records.

Expected behavior:

  • The DKIM value should be formatted in a clear, copy-paste–ready format.
  • Line breaks and spacing should follow standard DKIM TXT record conventions.

Steps to Reproduce:

  1. Run the init.sh script.
  2. Check the output DKIM value.
  3. Observe that the DKIM record formatting is broken.

Proposed Fix:

  • Improve the script to format the DKIM record properly.
  • Ensure that the output matches the standard DNS TXT record format.
  • The content field should be copied and pasted into the DNS record. (Type and Name fields are fine)

Additional context:

Screenshot attached (see below).

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions