How to use the node-opcua-certificate-manager.OPCUACertificateManager function in node-opcua-certificate-manager

To help you get started, we’ve selected a few node-opcua-certificate-manager examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github node-opcua / node-opcua / packages / node-opcua-server / source / base_server.ts View on Github external
options.privateKeyFile = options.privateKeyFile ||
          constructFilename("certificates/PKI/own/private/private_key.pem");

        super(options);

        this.capabilitiesForMDNS = [];
        this.endpoints = [];
        this.options = options;

        const serverInfo: any = _.extend(_.clone(default_server_info), options.serverInfo);
        serverInfo.applicationName = new LocalizedText(serverInfo.applicationName);
        this.serverInfo = new ApplicationDescription(serverInfo);

        this.serverCertificateManager = options.serverCertificateManager
          || new OPCUACertificateManager({
            name: "certificates"
        });

    }

node-opcua-certificate-manager

pure nodejs OPCUA SDK - module certificate-manager

MIT
Latest version published 7 days ago

Package Health Score

84 / 100
Full package analysis