Skip to content
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

CRYPTO: Add configure option to use system CA certificates #11774

Closed
wants to merge 1 commit into from

Commits on Mar 9, 2017

  1. CRYPTO: Add configure option to use system CA certificates

    This patch allows distribution packagers to pass a
    `--system-ca-certificates` argument to `./configure` in order to
    specify a CA certificate bundle file on the system on which Node
    will be installed. If this argument is passed, Node will *only*
    use the system CA certificates and not its internal built-in ones,
    though they can still be extended through the use of the
    NODE_EXTRA_CA_CERTS environment variable.
    
    Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
    sgallagher committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    d049299 View commit details
    Browse the repository at this point in the history