certificates¶
certificates certificates public create¶
Usage
usage: -c certificates certificates public create [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name NAME]
certificate
Description
Creates a new certificates object.
Return
None
Optional
optional arguments:
-h, --help show this help message and exit
--name NAME Name for the certificate
certificates certificates public delete¶
Usage
usage: -c certificates certificates public delete [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
certificates_id
Description
Deletes a single public certificate object based on the supplied ID .
Return
None
Optional
optional arguments:
-h, --help show this help message and exit
certificates certificates public describe¶
Usage
usage: -c certificates certificates public describe [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
certificates_id
Description
Describes a public certificate based on a certificates ID.
Return
Returns dict: Certificates response
Optional
optional arguments:
-h, --help show this help message and exit
certificates certificates public get¶
Usage
usage: -c certificates certificates public get [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
certificates_id
Description
Returns a public certificate based on a public certificate ID.
Return
Returns dict: Certificates response
Optional
optional arguments:
-h, --help show this help message and exit
certificates certificates public list¶
Usage
usage: -c certificates certificates public list [-h]
[-f {adaptive_table,csv,json,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
Description
Returns all public certificates objects.
Return
None
Optional
optional arguments:
-h, --help show this help message and exit
certificates create¶
Usage
usage: -c certificates create [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--prefix PREFIX]
[--certificate-chain CERTIFICATE_CHAIN]
[--chain CHAIN] [--name NAME]
certificate private_key
Description
Creates a new certificates object.
Return
Returns dict: Certificates response
Optional
optional arguments:
-h, --help show this help message and exit
--certificate-chain CERTIFICATE_CHAIN
The entire PEM-encoded certificate chain except for your certificate
--chain CHAIN (deprecated)
--name NAME Name for the certificate
certificates delete¶
Usage
usage: -c certificates delete [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--prefix PREFIX]
certificates_id
Description
Deletes a single certificates object based on the ID supplied.
Return
None
Optional
optional arguments:
-h, --help show this help message and exit
certificates describe¶
Usage
usage: -c certificates describe [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--prefix PREFIX]
certificates_id
Description
Describes a certificates based on a certificates ID.
Return
Returns dict: Certificates response
Optional
optional arguments:
-h, --help show this help message and exit
certificates get¶
Usage
usage: -c certificates get [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--prefix PREFIX]
certificates_id
Description
Returns a certificates based on a certificates ID.
Return
Returns dict: Certificates response
Optional
optional arguments:
-h, --help show this help message and exit
certificates list¶
Usage
usage: -c certificates list [-h]
[-f {adaptive_table,csv,json,table,value,yaml}]
[-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
Description
Returns all certificates objects.
Return
None
Optional
optional arguments:
-h, --help show this help message and exit