我正在尝试使用 JWT 方法访问 DocuSign API。我得到了私钥和 public 密钥,如何获取证书?

I am trying to access DocuSign API using JWT Approach. I got the private and public key, how to get the certificate?

我正在尝试使用 JWT 方法访问 DocuSign API。我得到了私钥和 public 密钥,如何获取证书?

请在此处查看有关如何获取 JWT 令牌的指南:https://developers.docusign.com/platform/auth/jwt/jwt-get-token/

您还可以在此处查看包含 JWT 授权的具体代码示例:https://developers.docusign.com/docs/esign-rest-api/quickstart/overview

您从 DocuSign 下载的 public 密钥就是证书。但是你不需要它,你只需要私钥。使用它为 JWT 授权流程创建 JWT。