Dell Technologies ECS REST API

Search (SHIFT+S)




Set Key Certificate Pair

PUT /vdc/keystore

Set the certificate chain being used by ECS


Required Roles

  • SECURITY_ADMIN


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
rotate_keycertchain
key_and_certificate    
private_key The private key used to sign the certificate in PEM format. String
certificate_chain New certificate for the nodes in PEM format. For certificates signed by an intermediate CA (most are), the intermediate certificate(s) should be concatenated to the text string, also in PEM format. String

Response Body

CertificateChain

Field Description Type Notes
certificate_chain
chain Keystore certificate chain in PEM format String