Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.33 KB

CreateServerCertificateRequest.md

File metadata and controls

18 lines (10 loc) · 1.33 KB

CreateServerCertificateRequest

Properties

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=&quot;$(cat FILENAME)&quot;`.
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=&quot;$(cat FILENAME)&quot;`. [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=&quot;$(cat FILENAME)&quot;`.