Function certNodeSigned

  • Checks if the certificate's node signature is valid. This has to extract the TBS data, remove the node signature extension. Then verify the signature against the mutated TBS data.

    Parameters

    • cert: Readonly<X509Certificate>

    Returns Promise<boolean>

Generated using TypeDoc