Table of Contents

Certificates

Keep track of all your clients TLS (SSL) certificates automatically with the certificate tracker.

The following information can be recorded for each certificate:

Features


API

/api/v1/certificates

Read

Retrieve certificate information - /read.php.

Invoke-RestMethod -Uri "http://127.0.0.1/itflow/api/v1/certificates/read.php?api_key=XetQjoZiti5Opg7y&certificate_id=10" | ConvertTo-Json

{
  "success":  "True",
  "count":  1,
  "data":  [
         {
           "0":  "10",
           "certificate_id":  "10",
           "1":  "ITFlow Demo",
           "certificate_name":  "ITFlow Demo",
           "2":  "demo.itflow.org",
           "certificate_domain":  "demo.itflow.org",
[...]