How to use the node-opcua-certificate-manager.CertificateManager 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 / src / base_server.js View on Github external
options.privateKeyFile = options.privateKeyFile || constructFilename("certificates/PKI/own/private/private_key.pem");

        super(options);

        const self = this;
        self.endpoints = [];
        self.options = options;

        this.serverInfo = _.clone(default_server_info);
        this.serverInfo = _.extend(this.serverInfo, options.serverInfo);

        self.serverInfo.applicationName = new LocalizedText(self.serverInfo.applicationName);

        this.serverInfo = new endpoints_service.ApplicationDescription(this.serverInfo);

        self.serverCertificateManager = options.serverCertificateManager || new CertificateManager({
            name: "certificates"
        });

    }

node-opcua-certificate-manager

pure nodejs OPCUA SDK - module certificate-manager

MIT
Latest version published 3 months ago

Package Health Score

86 / 100
Full package analysis