-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
doc: add tls.parseCertString() #14196
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits
doc/api/tls.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`str` {string} A Cert in [`ini`][] format.
[`ini`]: https://en.wikipedia.org/wiki/INI_file
doc/api/tls.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Returns the parsed object.
For example:
doc/api/tls.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will return —
|
See @bnoordhuis comment: #14193 (comment) |
|
Blocked till deprecation is decided |
d0b39da to
d61d561
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
awaiting deprecation decision
|
@XadillaX can this PR be closed? |
|
@cjihrig sure |
|
Superseded by #14218 |
Refs: #14193
Checklist
Affected core subsystem(s)
doc, tls