Skip to content

--use-bundled-ca and --use-openssl-ca order #12083

Closed
@jasnell

Description

@jasnell

The --use-bundled-ca and --use-openssl-ca command line arguments are mutually exclusive but can both be used on the same command line. The behavior depends on the order in which they are used.

// Uses openssl-ca

$ node --use-bundled-ca --use-openssl-ca

// Uses bundled-ca

$ node --use-openssl-ca --use-bundled-ca

Since the options are mutually exclusive, it would likely be better to abort if both are used.

  • Version:
  • Platform:
  • Subsystem:

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliIssues and PRs related to the Node.js command line interface.opensslIssues and PRs related to the OpenSSL dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions