Skip to content

Commit 2ff9f9b

Browse files
committed
test 3
1 parent a559fef commit 2ff9f9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OpenFlowNodeRED/src/WebServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class WebServer {
5757
ca = Buffer.from(Config.tls_ca, 'base64').toString('ascii');
5858
}
5959
if(ca.indexOf("---") > -1) {
60+
console.log(ca);
6061
options.ca = ca;
6162
}
6263
// options.cert += "\n" + ca;

0 commit comments

Comments
 (0)