NodeOPCUA API Documentation
    Preparing search index...

    Class StaticCertificateChainProvider

    Holds a certificate chain and private key in memory.

    Used as the default provider when push certificate management is NOT installed. The chain can be replaced in-place via update().

    Implements

    Index

    Constructors

    Accessors

    Methods

    • Replace the certificate chain and optionally the private key.

      This immediately affects all consumers that call getCertificateChain() on this provider (including endpoint descriptions with dynamic serverCertificate getters).

      Parameters

      • chain: DER[]
      • Optionalkey: PrivateKey

      Returns void