Method: NgrokAPI::Client#certificate_authorities

Defined in:
lib/ngrokapi/client.rb

#certificate_authoritiesNgrokAPI::Services::CertificateAuthoritiesClient

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.



71
72
73
# File 'lib/ngrokapi/client.rb', line 71

def certificate_authorities
  @_certificate_authorities ||= NgrokAPI::Services::CertificateAuthoritiesClient.new(client: @client)
end