Zuplo CLI
Zuplo CLI: Ca Certificate Create
Creates a new CA certificate for client mTLS verification
Code
Examples
Create a CA certificate for client mTLS verification
Code
Create a CA certificate and output the result as JSON
Code
Explicitly specify the account
Code
Options
--name
The name of the CA certificate (must be a valid JavaScript identifier: starts with a letter, _, or $; contains only letters, digits, _, or $)
Type:
string--cert
Path to a PEM-encoded CA certificate file (.pem, .crt, or .cer with a -----BEGIN CERTIFICATE----- header). DER inputs are not accepted
Type:
string--account
The account name
Type:
string--output
Output format
Type:
stringDefault: "default"Choices: default, jsonAlias: -oGlobal options
The following global options are available for all commands:
Last modified on