Modified since last release
Set Key Certificate Pair
PUT /vdc/keystore
Set the certificate chain being used by ECS
Required Roles
Request Payload
<rotate_keycertchain>
<key_and_certificate>
<private_key></private_key>
<certificate_chain></certificate_chain>
</key_and_certificate>
</rotate_keycertchain>
{
"key_and_certificate": {
"private_key": "",
"certificate_chain": ""
}
}
All parameters are required unless otherwise stated.
Field |
Description |
Type |
Notes |
rotate_keycertchain |
|
|
|
key_and_certificate |
|
|
|
private_key |
|
String |
|
certificate_chain |
|
String |
|
Response Body
CertificateChain
Field |
Description |
Type |
Notes |
certificate_chain |
|
|
|
chain |
|
String |
|