Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TLSCertificates

TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic. TLS certificates are unused until they are attached to a Domain. TLS Certificates may also be provisioned by ngrok automatically for domains on which you have enabled automated certificate provisioning.

Hierarchy

  • TLSCertificates

Index

Constructors

Methods

Constructors

constructor

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

    Parameters

    • httpClient: Wretcher

    Returns TLSCertificates

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete a TLS certificate

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List all TLS certificates on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<TLSCertificate[]>

update

Generated using TypeDoc