-
Notifications
You must be signed in to change notification settings - Fork 620
New issue
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
Suggestion: Support X509Certificate
within hash module
#981
Comments
getspooky
changed the title
feat: Support
feat: Support Jun 21, 2021
X509Certificate
X509Certificate
within hash module
getspooky
changed the title
feat: Support
Suggestion: Support Jun 22, 2021
X509Certificate
within hash moduleX509Certificate
within hash module
@iuioiua Any opinions on this one? |
Closed
|
Right. The only purpose of this proposal looks like the compatibility to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new X509Certificate(buffer) is an inbuilt constructor of class X509Certificate within hash module which is used to provide a PEM encoded X509 Certificate.
Syntax:
Output:
Specification
<boolean>
Will be true if this is a Certificate Authority (ca) certificate.-x509.subject: The complete subject of this certificate.
Details: https://nodejs.org/docs/latest-v15.x/api/crypto.html#crypto_class_x509certificate
The text was updated successfully, but these errors were encountered: