Use this resource to add an SSL certificate to the nexus Truststore
resource "nexus_security_ssl_truststore" "ldap_cert" {
pem = file("${path.module}/cert.pem")
}
pem
(String) The cert in PEM formatfingerprint
(String) The fingerprint of the certid
(String) Used to identify resource at nexus