Skip to content

signatureKey will not be decoded correctly #259

Closed
@tantalate

Description

@tantalate

I am assigning signatureKey as one-line string with \n replacing all line breaks, but the \n is read as \\n in the signatureKey string, and thus pem.Decode([]byte(*signatureKey)) would failed to decode the key.
How should I assign the signatureKey?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions