Creates a new mTLS certificate for a project
Code
Examples
Create an mTLS certificate enabled for the production environment type
Code
Create an mTLS certificate enabled for multiple environment types
Code
Explicitly specify the account and project
Code
Options
--name
The name of the certificate (alphanumeric with underscores)
Type:
string--cert
Path to the PEM-encoded certificate file
Type:
string--key
Path to the PEM-encoded private key file
Type:
string--account
The account name
Type:
string--project
The project name
Type:
string--environment-type
Environment types where the certificate should be enabled (can be repeated: --environment-type development --environment-type production)
Type:
arrayChoices: development, preview, productionGlobal options
The following global options are available for all commands:
Last modified on