vault_pki_secret_backend_cert

Generates a certificate from the PKI Secret Backend.

Example Usage

resource "vault_pki_secret_backend_cert" "app" {
  depends_on = [vault_pki_secret_backend_role.admin]

  backend = vault_mount.intermediate.path
  name = vault_pki_secret_backend_role.test.name

  common_name = "app.my.domain"
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to the fields above, the following attributes are exported: