objectscale_vdc_certificate (Resource)

This resource manages the VDC management-plane TLS certificate on Dell ObjectScale. Certificates always exist on a VDC; this resource replaces (not creates/deletes) the active certificate.

Schema

Required

  • certificate_chain (String) Certificate chain in PEM format. Must contain at least one CERTIFICATE block.
  • private_key (String, Sensitive) Private key in PEM format. Supports PKCS#1 (RSA PRIVATE KEY) and PKCS#8 (PRIVATE KEY) formats. PKCS#8 is supported on OBS 4.3+, but OBS 4.1 requires PKCS#1. Convert PKCS#8 to PKCS#1 for OBS 4.1 compatibility using: openssl rsa -in key.pem -out key-pkcs1.pem

Read-Only

  • current_certificate_chain (String) The currently active certificate chain as read from the ObjectScale API. May be stale for up to 1 hour after a VDC certificate update.
  • id (String) Identifier for the VDC certificate resource.

Unless specified otherwise, all fields of this resource can be updated.