0

我需要在 Oracle SCM Cloud 中使用 JWT 授权。为此,我生成了私钥和公共证书。使用以下命令

openssl genrsa -out scmnowtest.key 1024

openssl req -new -x509 -key scmnowtest.key -out scmnowtest.cer -days 365 我还使用 echo $(openssl x509 -in scmnowtest.pem -fingerprint -noout) | 生成了 x5t | sed 's/SHA1 指纹=//g' | sed 's/://g' | xxd -r -ps | base64

但是当我试图从https://jwt.io/生成 JWT 令牌时, 它给出了无效的签名错误。出租车有人指导我谢谢

4

0 回答 0