Device Certificate Generation
Device Certificate Generation
Generate MQTT authentication certificates for Pawzscan devices
Certificate Generation Process
This tool generates secure PEM certificates for device MQTT authentication. Each certificate is unique to the device UUID and includes necessary files for secure communication.
Certificate Generation
Enter device information to generate authentication certificates
Format: 12 hexadecimal characters (A-F, 0-9)0/12
Certificate Information
Important details about generated certificates
Generated Files
- •
device-private-key.pem- Device private key - •
device-certificate.pem- Device certificate - •
ca-certificate.pem- CA certificate
Security Notice
⚠️ Keep the private key secure and never share it
🔒 Each certificate is unique to the device UUID
📋 Use these certificates for MQTT broker authentication
Usage Instructions
- 1. Extract the ZIP file contents
- 2. Install certificates on your device
- 3. Configure MQTT client with certificate paths
- 4. Test connection to MQTT broker
Certificates are generated on-demand and not stored on our servers for security purposes.
Technical Requirements
Prerequisites for using generated certificates
Device UUID Format
12-character hexadecimal MAC address (uppercase A-F, 0-9)
Certificate Type
X.509 PEM format certificates for MQTT TLS authentication
Encryption
RSA 2048-bit keys with SHA-256 signature algorithm