Resource nexus_security_ssl_truststore

Use this resource to add an SSL certificate to the nexus Truststore

Example Usage

resource "nexus_security_ssl_truststore" "ldap_cert" {
  pem = file("${path.module}/cert.pem")
}

Schema

Required

Read-Only