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.

Bash
Copy

Examples

Bash
Copy
FlagShortTypeDefaultDescription
--help-hboolHelp for tls-bundles.
--namestringName of the TLS bundle (required).
--ca-pemstringPath to the PEM file containing the CA certificate (required).
--cert-pemstringPath to the PEM file containing the client certificate (optional, required for mTLS).
--key-pemstringPath to the PEM file containing the client private key (optional, required for mTLS).
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard