Method: NgrokAPI::Client#tls_certificates

Defined in:
lib/ngrokapi/client.rb

#tls_certificatesNgrokAPI::Services::TLSCertificatesClient

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.



208
209
210
# File 'lib/ngrokapi/client.rb', line 208

def tls_certificates
  @_tls_certificates ||= NgrokAPI::Services::TLSCertificatesClient.new(client: @client)
end