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

[GitHub] [apisix] thor533 commented on issue #9294: failed to sign jwt

thor533 commented on issue #9294:
URL: https://github.com/apache/apisix/issues/9294#issuecomment-1506233601

   > 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.....
   > ```
   
   okey  you are right,thank you very much!


-- 
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