Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CertificateAuthorities

Certificate Authorities are x509 certificates that are used to sign other x509 certificates. Attach a Certificate Authority to the Mutual TLS module to verify that the TLS certificate presented by a client has been signed by this CA. Certificate Authorities are used only for mTLS validation only and thus a private key is not included in the resource.

Hierarchy

  • CertificateAuthorities

Index

Constructors

Methods

Constructors

constructor

  • Do not construct this object directly, use the certificateAuthorities property of an Ngrok client object instead.

    Parameters

    • httpClient: Wretcher

    Returns CertificateAuthorities

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete a Certificate Authority

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List all Certificate Authority on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<CertificateAuthority[]>

update

Generated using TypeDoc