API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Update certificate by name

List certificate uploaded by customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 9999

Certificate name.

Query Params
string

LOCAL - To update local objects. SHARED - To update shared objects. Default - Defaults to SHARED if not provided

string

Scope at which local object needs to be updated. Mandatory if object-type = LOCAL. Should not be provided for object-type = SHARED.

string

Device function for which the local object needs to be updated. Mandatory if object_type = LOCAL. Should not be provided for object_type = SHARED.

Body Params

certificatebody object

string
enum

Public key encryption algorithm.

Show Details
DSADSA
ECCECC
RSARSA
Allowed:
string
length ≤ 9999

Base64 encoded certificate string in PEM format.

int32
0 to 65535

Number of days until expiry of the certificate.

string
length ≤ 9999

Purpose of the public key contained in the certificate.

issuer
object

An X509 name represents a hostname, email address and other attributes associated with an entity

int32
0 to 65535

Size of public key

string
length between 1 and 32

MD5 checksum for certificate.

string
length between 1 and 40

SHA1 checksum for certificate.

string
length between 1 and 128

SHA2 checksum for certificate.

subject
object

An X509 name represents a hostname, email address and other attributes associated with an entity

string
length ≤ 9999

Starting date of validity for the certificate.

string
length ≤ 9999

Expiry date for the certificate.

string
length ≤ 9999

Certificate in the format specfied encoded in base64.

string
enum

Certificate format.

Show Details
DERDER
PEMPEM
PKCS12PKCS12
PKCS7PKCS7
Allowed:
string
length ≤ 9999

Certificate name.

string
length ≤ 9999

Passphrase encoded in base64.

string
enum
required

Certificate type.

Show Details
CA_CERTTrusted CA.
CLIENT_CERTClient Cert.
CRLCertificate Revocation List.
OCSP_RESPONDER_CERTOCSP Response Cert.
OCSP_SIGNER_CERTOCSP Signer Cert.
SERVER_CERTServer Cert.
Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json