Certificate Model
- Name
- uuid
- Type
- string
- Description
- A unique identifier for the certificate. 
 
- Name
- name
- Type
- string
- Description
- The certificate name given by the user. 
 
- Name
- created_at
- Type
- string
- Description
- The date and time in ISO 8601 of when the certificate was created. 
 
- Name
- private_key
- Type
- string
- Description
- The Certificate PEM-formatted private-key. 
 
- Name
- certificate
- Type
- string
- Description
- The PEM-formatted public SSL certificate identifier. 
 
- Name
- sha1_fingerprint
- Type
- string
- Description
- The certificate the SHA-1 fingerprint unique identifier. 
 
- Name
- chain_certificate
- Type
- string
- Description
- Certificate chain is the list of certificates used to authenticate the certificate authority and the user SSL domain certificate.