Name | Type | Description | Notes |
---|---|---|---|
body | String | The PEM-encoded X509 certificate.<br />With OSC CLI, use the following syntax to make sure your certificate file is correctly parsed: `--Body="$(cat FILENAME)"`. | |
chain | String | The PEM-encoded intermediate certification authorities.<br />With OSC CLI, use the following syntax to make sure your certificate chain file is correctly parsed: `--Chain="$(cat FILENAME)"`. | [optional] |
dryRun | Boolean | If true, checks whether you have the required permissions to perform the action. | [optional] |
name | String | A unique name for the certificate. Constraints: 1-128 alphanumeric characters, pluses (+), equals (=), commas (,), periods (.), at signs (@), minuses (-), or underscores (_). | |
path | String | The path to the server certificate, set to a slash (/) if not specified. | [optional] |
privateKey | String | The PEM-encoded private key matching the certificate.<br />With OSC CLI, use the following syntax to make sure your key file is correctly parsed: `--PrivateKey="$(cat FILENAME)"`. |