Zuplo
Zuplo CLI

Zuplo CLI: Mtls Certificate Update

Updates the environment settings for an mTLS certificate
TerminalCode
zuplo mtls-certificates update --cert-id <id> --environment <env> [options]

Examples

Update certificate to be enabled only for production environment

TerminalCode
zuplo mtls-certificates update --cert-id cert_abc123 --environment production

Update certificate to be enabled for all environments

TerminalCode
zuplo mtls-certificates update --cert-id cert_abc123 --environment development --environment preview --environment production

Explicitly specify the account and project

TerminalCode
zuplo mtls-certificates update --cert-id cert_abc123 --environment development --account my-account --project my-project

Options

--cert-id

The ID of the certificate to update

Type: string

--account

The account name

Type: string

--project

The project name

Type: string

--environment

Environments where the certificate should be enabled (can be repeated: --environment development --environment production)

Type: arrayChoices: development, preview, production

Global options

The following global options are available for all commands:

Last modified on