Device Information
{% if response.certificate_id %} {% endif %}
Device ID: {{ response.device_id }}
Protocol: {{ response.protocol|upper }}
Certificate ID: {{ response.certificate_id }}
Expires At: {{ response.expires_at|date:"Y-m-d H:i:s" }}
{% if response.protocol == 'mqtt' and response.certificate_pem %}
CA Certificate
{{ response.ca_certificate_pem }}
Device Certificate
{{ response.certificate_pem }}
Private Key
{{ response.private_key_pem }}
MQTT Configuration:
{% endif %} {% if response.protocol == 'http' and response.api_key %}
API Key
{{ response.api_key }}
{% endif %} {% if response.protocol == 'webhook' and response.webhook_secret %}
Webhook Secret
{{ response.webhook_secret }}
{% endif %}
Go to Device List