Skip to Content
Data ModelsAsset Certificate

Asset Certificate

An Asset Certificate is an X.509 certificate issued for an Asset so a ground control station can authenticate when publishing telemetry. Only one Active certificate exists per asset at a time. The private key is never retained by the platform after the PFX is delivered.

Role in the platform

Operators download a PFX for GCS enrolment. Telemetry ingress validates the presented thumbprint against the active certificate. Revocation or supersession blocks further use of the previous certificate.

Core fields

FieldDescription
uuidCertificate record identifier
asset_uuidOwning asset
serial_numberCertificate serial number
thumbprintSHA-1 thumbprint used for validation
subjectCertificate subject DN
issued_at / expires_atValidity window
statusCertificate status (Active, Revoked, Superseded, and related states)
public_cert_pemPublic certificate PEM
revoked_atRevocation timestamp when applicable
created_at / created_byCreation audit
updated_at / updated_byLast update audit
Last updated on