We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用js-api 初始化client时有一些想当然的把cert.SerialNumber.String() 作为证书序列号传入,然后喜得StatusCode: 401 Code: "SIGN_ERROR",随后去verifier的代码里翻了一大圈翻到了正确的sn是utils.GetCertificateSerialNumber。 如果可以的话希望在相关位置标记上正确的serialnumber计算方式
cert.SerialNumber.String()
StatusCode: 401 Code: "SIGN_ERROR"
utils.GetCertificateSerialNumber
The text was updated successfully, but these errors were encountered:
xy-peng
No branches or pull requests
在使用js-api 初始化client时有一些想当然的把
cert.SerialNumber.String()
作为证书序列号传入,然后喜得StatusCode: 401 Code: "SIGN_ERROR"
,随后去verifier的代码里翻了一大圈翻到了正确的sn是utils.GetCertificateSerialNumber
。如果可以的话希望在相关位置标记上正确的serialnumber计算方式
The text was updated successfully, but these errors were encountered: