» vault_pki_secret_backend_intermediate_set_signed

Submits the CA certificate to the PKI Secret Backend.

» Example Usage

resource "vault_pki_secret_backend_intermediate_set_signed" "intermediate" { 
  backend = "${vault_pki_secret_backend.intermediate.path}"

  certificate = "<...>"
}

» Argument Reference

The following arguments are supported:

  • backend - (Required) The PKI secret backend the resource belongs to.

  • certificate - (Required) The certificate

» Attributes Reference

No additional attributes are exported by this resource.