-
Notifications
You must be signed in to change notification settings - Fork 17
[Bug]: Certificate will not parse "Cannot read properties of undefined (reading 'subject'): undefined" #2505
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The RPS fails to add a domain due to its inability to parse a pkcs12 certificate
Steps to reproduce
- Get certificate from letsencrypt (default arguments)
- Convert to pkcs12*
- Upload to the New Domain view in the dev UI (Device Management Toolkit demo)
- Observe the error
*The following openssl commands were attempted:
openssl pkcs12 -export -inkey ~/Downloads/privkey.pem -in ~/Downloads/fullchain.pem -out cert_key.p12openssl pkcs12 -export -inkey ~/Downloads/privkey.pem -in ~/Downloads/fullchain.pem -out cert_key.p12 -legacyopenssl pkcs12 -export -inkey ~/Downloads/privkey.pem -in ~/Downloads/fullchain.pem -out cert_key.p12 -legacy -keypbe PBE-SHA1-3DES -certpbe PBE-SHA1-3DES
Expected behavior
The certificate should be accepted, and the domain created, or should convey a clear and actionable error
Screenshots
AMT Version
11.8.97
Configuration Mode
ACM
Operating System
6.12.65
AMT Device Information
Wired network, DHCP
Service Deployment Information
Intel DMT 4.31.0 development environment, with documented modifications for persistent storage
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
In Progress
Status
Q2 2026 (Current)