Class CertificateAuthorities

java.lang.Object
com.ngrok.services.CertificateAuthorities

public class CertificateAuthorities extends Object
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. See also https://ngrok.com/docs/api#api-certificate-authorities.