Using Device IDs in Client Certs
For satellite device provisioning, client certs typically identify devices, not people.
Two common patterns:
CN as device ID:
subject: CN=device-SN123456789
Custom OID extension (for structured device metadata):
1.2.840.10045.4.3.2 = device-type:leo-terminal, region:us-east
For the toy PKI: CN is sufficient. In Phase 5 (HSM), you'll revisit how the CA
validates device identity before issuing.