ssl¶
Local file Mangement
ssl Specification¶
Parameter
Value
Type
Intermediate Resource
Element Name
ssl
Element URI
/axapi/v3/ssl
Element Attributes
ssl_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Get Object | GET | /axapi/v3/ssl | ssl_attributes |
ssl attributes¶
certificate
Description: certificate is a JSON Block. Please see below for certificate
Type: Object
Reference Object: /axapi/v3/ssl/certificate/{name}
key
Description: key is a JSON Block. Please see below for key
Type: Object
Reference Object: /axapi/v3/ssl/key/{name}
certificate¶
Specification
Value
Type
object
certificate-type
Description ‘pem’: pem; ‘der’: der; ‘pfx’: pfx; ‘p7b’: p7b;
Type: string
Supported Values: pem, der, pfx, p7b
name
Description ssl certificate local file name
Type: string
Format: string-rlx
Maximum Length: 245 characters
Maximum Length: 1 characters
pfx-password
Description The password for certificate file (pfx type only)
Type: string
Format: password
Maximum Length: 128 characters
Maximum Length: 1 characters
public-key
Description
Type: string
Format: string-rlx
Maximum Length: 2048 characters
Maximum Length: 1 characters
key¶
Specification
Value
Type
object
name
Description ssl certificate local file name
Type: string
Format: string-rlx
Maximum Length: 245 characters
Maximum Length: 1 characters
private-key
Description
Type: string
Format: string-rlx
Maximum Length: 2048 characters
Maximum Length: 1 characters