Skip to content

Remove ssl-root-cas dependency and hardcoded self-signed certificate#22

Open
gholliday wants to merge 1 commit into
kneradovsky:masterfrom
gholliday:remove-ssl-root-cas
Open

Remove ssl-root-cas dependency and hardcoded self-signed certificate#22
gholliday wants to merge 1 commit into
kneradovsky:masterfrom
gholliday:remove-ssl-root-cas

Conversation

@gholliday

Copy link
Copy Markdown

Modern Node.js handles SSL certificates through OS certificate store by default. For custom CAs, users can install certificates in the OS certificate store (recommended approach) or now use NODE_EXTRA_CA_CERTS environment variable.

  • Removed outdated ssl-root-cas package dependency from all tasks
  • Deleted custom GeneralRootCA.cer certificate file and ssl directory
  • Added documentation for proper SSL certificate configuration in enterprise environments

…trust

- Removed outdated ssl-root-cas package dependency from all tasks
- Deleted custom GeneralRootCA.cer certificate file and ssl directory
- Added documentation for proper SSL certificate configuration in enterprise environments

Modern Node.js handles SSL certificates through OS certificate store by default.
For custom CAs, users can install certificates in the OS certificate store (recommended approach) or now use NODE_EXTRA_CA_CERTS environment variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant