You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?