You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "nic-6443 (via GitHub)" <gi...@apache.org> on 2023/04/13 01:40:59 UTC

[GitHub] [apisix] nic-6443 commented on issue #9294: failed to sign jwt

nic-6443 commented on issue #9294:
URL: https://github.com/apache/apisix/issues/9294#issuecomment-1506196170

   Your certificate and private key are invalid. In PEM format, the starting and ending lines before and after the content section need to be separated by newline. 
   For example:
   ```
   -----BEGIN RSA PRIVATE KEY-----\nMIIEp.....
   ```
   rather than:
   ```
   -----BEGIN RSA PRIVATE KEY-----MIIEp.....
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org