Note
Rotation of root CA certificate is not supported.
This command retains the current root CA certificate and rotates the intermediate CA certificate, intermediate private key, and leaf certificates. You can choose to autogenerate the new certificates or provide new ones.
Usage
computecluster rotate-base-certificates --id ID
[--intermediate-certificate INTERMEDIATE-CERTIFICATE --intermediate-key INTERMEDIATE-KEY]Required Parameters
| Specifies a VAST compute cluster by its ID |
Options
| PEM-encoded intermediate certificate. If provided, Specify |
| PEM-encoded intermediate private key. If provided, Specify |
Example
vcli: admin> computecluster rotate-base-certificates --id 1 --intermediate-certificate "-----BEGIN CERTIFICATE-----\nMIIDYzCCAkugAwIBAgIEXampleIntermediateCert...\n-----END CERTIFICATE-----" --intermediate-key "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSj...\n-----END PRIVATE KEY-----"