ssl¶
Local file Mangement
ssl Specification¶
Type Intermediate Resource Element Name ssl Element URI /axapi/v3/ssl Element Attributes ssl_attributes Schema ssl 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}
key¶
Specification 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
certificate¶
Specification 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: 63 characters
Maximum Length: 1 characters
public-key
Description
Type: string
Format: string-rlx
Maximum Length: 2048 characters
Maximum Length: 1 characters