This command updates a certificate added to the VMS.
Usage
certificate modify --id ID
[--name NAME]
[--cert-type WEBHOOK|KAFKA|KAFKA_MTLS|SMTP]
[--certificate TEXT]
[--private-key TEXT]
[--ca-certificate TEXT]Required Parameters
| The ID of the certificate you want to modify. |
Options
| Sets a name for the certificate. |
| Determines the capability to be authenticated with the certificate. Valid values:
|
| Supply the certificate as plain text. |
| Supply the private key for the certificate. |
| Supply the CA certificate as plain text. |
Example
To change the name for the certificate with certificate ID 4:
vcli: admin> certificate modify --id 4 --name smpt-prod