-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: add version meta for SSL_CERT_DIR/FILE #11007
doc: add version meta for SSL_CERT_DIR/FILE #11007
Conversation
Who fills in the FIXME values? Does that happen automatically, or should I fill it in based on when I expect them to be released in 7.x? |
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.
These will be updated in the release commit along with the changelog update by the releaser.
doc/api/cli.md
Outdated
@@ -378,6 +378,9 @@ Note that neither the well known nor extra certificates are used when the `ca` | |||
options property is explicitly specified for a TLS or HTTPS client or server. | |||
|
|||
### `SSL_CERT_DIR=dir` | |||
<!-- YAML | |||
added: FIXME |
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.
This should be added: REPLACEME
doc/api/cli.md
Outdated
@@ -387,6 +390,9 @@ evironment variable will be inherited by any child processes, and if they use | |||
OpenSSL, it may cause them to trust the same CAs as node. | |||
|
|||
### `SSL_CERT_FILE=file` | |||
<!-- YAML | |||
added: FIXME |
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.
This should be added: REPLACEME
26845fd
to
82ad94d
Compare
Thanks Evan, fixed the markup, PTAL |
@evanlucas nudge, PTAL |
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, sorry I had forgotten about this one :]
Thanks!
I forgot, too, thanks for the review. |
82ad94d
to
ad2ad1f
Compare
The metadata markup for when SSL_CERT_DIR and SSL_CERT_FILE added in 33012e9 is missing. PR-URL: nodejs#11007 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
ad2ad1f
to
d2de2ad
Compare
@italoacasas low risk doc-only fixup for 7.x if there is still time |
@sam-github I already freeze the proposal since the release is tomorrow. This should be part of 7.7.0 (Feb 28). |
@italoacasas no problem, thanks for looking |
The metadata markup for when SSL_CERT_DIR and SSL_CERT_FILE added in 33012e9 is missing. PR-URL: #11007 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
this would need a backport PR to land in v4 or v6 |
I don't think it needs backporting, it will likely land clean if the PR it fixes up lands: #8334 (which does need backporting) |
The metadata markup for when SSL_CERT_DIR and SSL_CERT_FILE added in
33012e9 is missing.
Checklist
Affected core subsystem(s)
doc