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

Properties

automaticallyAcceptUnknownCertificate?: boolean
keySize?: 2048 | 4096 | 3072
name?: string

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

the PKI folder will be /

rootFolder?: null | string

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