Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SSHHostCertificates

SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.

Hierarchy

  • SSHHostCertificates

Index

Constructors

Methods

Constructors

constructor

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

    Parameters

    • httpClient: Wretcher

    Returns SSHHostCertificates

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete an SSH Host Certificate

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List all SSH Host Certificates issued on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<SSHHostCertificate[]>

update

Generated using TypeDoc