Git Product home page Git Product logo

Comments (3)

Driim avatar Driim commented on May 27, 2024 1

Problem with this code:

if (checkCommandForIO(parameters[i]) && typeof parameters[i + 1] !== 'object') { parameters[i + 1] = dir + parameters[i + 1]; }

to be more exact

const checkCommandForIO = element => element.includes('-in') || element.includes('-out') || element.includes('-keyout') || element.includes('-signkey') || element.includes('-key')

outform param includes out so it adds openssl/ to DER

from openssl-nodejs.

PeerZetZzZzZ avatar PeerZetZzZzZ commented on May 27, 2024

I believe kind of issue. Probably you give argument 'der' but 'openssl' is concated to the string. Openssl seems to not understand 'openssl/der'. I have the same issue with pem (exactly with 'openssl/pem'). I've removed this 'openssl' concat and now have only 'pem' - works good.

from openssl-nodejs.

jmdelgadoh avatar jmdelgadoh commented on May 27, 2024

did you ever figure out the solution? im having the exact same problem but im not sure i understand the issue Driim and Peer are talking about in regarrds to the concat of openssl. Will take a look at the source code, but im wondering if it's an issue with how i am writing the request, but it works fine on terminal

from openssl-nodejs.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.