Skip to content

No way of passing a passphrase to https options from CLI #43

Description

@Zaimatsu

As specified in this example:
https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener

const options = {
pfx: fs.readFileSync('test/fixtures/test_cert.pfx'),
passphrase: 'sample'
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions