NodeOPCUA API Documentation
    Preparing search index...

    Interface OPCUACertificateManagerOptions

    interface OPCUACertificateManagerOptions {
        automaticallyAcceptUnknownCertificate?: boolean;
        disableFileWatchers?: boolean;
        keySize?: 2048 | 3072 | 4096;
        name?: string;
        rootFolder?: string | null;
    }
    Index

    Properties

    automaticallyAcceptUnknownCertificate?: boolean
    disableFileWatchers?: boolean

    When true, file-system watchers (chokidar) on the PKI folders are disabled. The initial scan still populates the in-memory indexes but live change detection is off.

    Useful in test / CI pipelines where many servers start in parallel and the accumulated fs.watch handles exhaust the libuv thread-pool.

    false
    
    keySize?: 2048 | 3072 | 4096
    name?: string

    the name of the pki store( default value = "pki" )

    the PKI folder will be /

    rootFolder?: string | null

    where to store the PKI default %APPDATA%/node-opcua-default