This command adds a certificate to the VMS.
Usage
certificate create --name NAME
[--cert-type WEBHOOK|KAFKA|KAFKA_MTLS]
[--certificate TEXT]
[--private-key TEXT]
[--ca-certificate TEXT]
Required Parameters
| Sets a name for the certificate. |
Options
| 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 add a CA certificate to be used to authenticate SMTP connections:
vcli: admin> certificate create --name test --cert-type WEBHOOK --ca-certificate <...>