GenerateOperatorCertificates
Generate CA and service/server certificates to run OctoMesh operator
Examples
Basic usage:
octo-cli -c GenerateOperatorCertificates `
-o "./certs" `
-s "octo-mesh-op1-communication-operator" `
-n "octo-operator-system"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-o | --output | yes | Directory path where certificates are stored. |
-s | --serverName | yes | Name of service or server of operator, e. g. octo-mesh-op1-communication-operator. |
-n | --namespace | yes | Namespace of operator, e. g. octo-operator-system. |