abreits / node-red-contrib-amqp

Node-RED AMQP input and output nodes
16 stars 18 forks source link

Tls by default uses system certificate file, allows custom cert file location #19

Closed mikesmithurbangro closed 5 years ago

mikesmithurbangro commented 5 years ago

Although the credentials field did work for a one-off text only PEM file, for the local system file it failed due to the file having binary information at the end. The functionality is changed to allow a file to be specified, else it will try to identify the system default CA file location. Greater level of detail is present in the README