# Certificate
Create, delete and manage certificates.
Find additional help here: https://help.internetx.com/display/SSLEN (opens new window)
General call of tasks:
$objectJob = $domainrobot->certificate->create($certificate);
List of all available tasks with linked examples:
- create (opens new window)(Certificate $certificate)
- realtime (opens new window)(Certificate $certificate)
- prepareOrder (opens new window)(CertificateData $certificateData)
- list (opens new window)(Query $query = null)
- info (opens new window)(int $id)
- delete (opens new window)(int $id)
- reissue(Certificate $certificate)
- renew(Certificate $certificate)
- commentUpdate(int $id, string $comment)