What's wrong with this entry?
Anonymous. No account, no email.
The CLI now better supports Node.js's automatic certificate authority (CA) handling:
- When
NODE_EXTRA_CA_CERTSis set, Claude Code will display an informative message that Node.js will automatically append these certificates to the built-in CAs - The certificate configuration display has been simplified and clarified
Usage
# Set additional CA certificates
export NODE_EXTRA_CA_CERTS=/path/to/ca-bundle.crt
claude-code
The API configuration info (shown via claude-code --version or during startup) will now display:
Additional CA cert(s): /path/to/ca-bundle.crtwhen NODE_EXTRA_CA_CERTS is set- Clearer labeling for mTLS client certificates and keys
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.