Mika Karaila

Results 365 comments of Mika Karaila

Take a look: https://security.stackexchange.com/questions/74345/provide-subjectaltname-to-openssl-directly-on-the-command-line

Your command line options don´t set keyUsage as this template uses it: https://github.com/node-opcua/node-opcua-pki/blob/029c3d12837dcacc27ac8dd88ce71346cd8df505/lib/pki/templates/ca_config_template.cnf.ts

addressSpace.deleteNode(nodeId);

See SDK API doc: http://node-opcua.github.io/api_doc/0.2.0/classes/AddressSpace.html#method_deleteNode

As addressSpace belongs to server you have to implement own method that you can call from the client. I have implemented similar for our server. Etienne can advice / support...

Hard life, I expect nodejs v12 is not anymore maintained. LTS versions are v16, v18 and newer are still maintained. Node-red itself is also out-of-date and not maintained anymore. **AND...

Ask from @erossignon I expect it is not supported.... node-opcua-file-transfer uses stream/promises. It is not existing in v14.

Just comment file-transfer require lines and do not use file-transfer then code "should" work.

As error message "says": Required version is 15 or newer and you have v14 On Fri, Jun 30, 2023, 12:53 federicoabait ***@***.***> wrote: > Hi @mikakaraila > > I have...

It is actually limited by node-opcua. So there's no other solution than use older version. On Fri, Jun 30, 2023, 13:52 federicoabait ***@***.***> wrote: > Yes, but unfortunately I can't...