I have a certificate for code signing and I want to know if is there a standard way to sign and verify a nodejs/javascript code? Maybe using OpenSSL or other tools?
Unlike binaries, the nodejs/javascript code has multiples files and that makes it more complex to use some utilities to sign software.