Data Source nexus_security_ssl_truststore

Use this data source to retrieve ALL certificates in the Nexus truststore.

Example Usage

# Retrieve Cert via Nexus
data "nexus_security_ssl" "ldap_cert" {
  host = "google.de"
  port = 443
}

# Import Cert into Nexus
resource "nexus_security_ssl_truststore" "ldap_cert" {
  pem = data.nexus_security_ssl.ldap_cert.pem
}

Schema

Read-Only

Nested Schema for certificates

Read-Only: