Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
lbcli create logs tls-bundles
Creates a new TLS bundle.
Log streaming is currently in tech preview.
Synopsis
Creates a new TLS bundle from PEM-encoded certificate files.
The CA certificate (--ca-pem) is required. The client certificate (--cert-pem) and private key (--key-pem) are optional. but must be provided together when a mutual TLS is required by the remote endpoint. Each flag accepts a path to a PEM file; the file contents are read and uploaded automatically.
Examples
Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | Help for | |
--name | string | Name of the TLS bundle (required). | ||
--ca-pem | string | Path to the PEM file containing the CA certificate (required). | ||
--cert-pem | string | Path to the PEM file containing the client certificate (optional, required for mTLS). | ||
--key-pem | string | Path to the PEM file containing the client private key (optional, required for mTLS). |
© 2026 Lightbits Labs™