Skip to main content

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

ShortLongRequiredDescription
-o--outputyesDirectory path where certificates are stored.
-s--serverNameyesName of service or server of operator, e. g. octo-mesh-op1-communication-operator.
-n--namespaceyesNamespace of operator, e. g. octo-operator-system.