Class Certificates
java.lang.Object
com.couchbase.analytics.client.java.internal.Certificates
Utility methods for reading TLS certificates from various locations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<X509Certificate> Returns the Certificate Authority (CA) certificates used by Couchbase Capella.static List<X509Certificate> Returns the Certificate Authority (CA) certificates used by Couchbase internal pre-production clusters.
-
Method Details
-
getCapellaCertificates
Returns the Certificate Authority (CA) certificates used by Couchbase Capella. -
getNonProdCertificates
Returns the Certificate Authority (CA) certificates used by Couchbase internal pre-production clusters.
-