We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a559fef commit 2ff9f9bCopy full SHA for 2ff9f9b
1 file changed
OpenFlowNodeRED/src/WebServer.ts
@@ -57,6 +57,7 @@ export class WebServer {
57
ca = Buffer.from(Config.tls_ca, 'base64').toString('ascii');
58
}
59
if(ca.indexOf("---") > -1) {
60
+ console.log(ca);
61
options.ca = ca;
62
63
// options.cert += "\n" + ca;
0 commit comments