Skip to content

[Bug]: Certificate will not parse "Cannot read properties of undefined (reading 'subject'): undefined" #2505

@rothn

Description

@rothn

Describe the bug

The RPS fails to add a domain due to its inability to parse a pkcs12 certificate

Steps to reproduce

  1. Get certificate from letsencrypt (default arguments)
  2. Convert to pkcs12*
  3. Upload to the New Domain view in the dev UI (Device Management Toolkit demo)
  4. Observe the error

*The following openssl commands were attempted:

  • openssl pkcs12 -export -inkey ~/Downloads/privkey.pem -in ~/Downloads/fullchain.pem -out cert_key.p12
  • openssl pkcs12 -export -inkey ~/Downloads/privkey.pem -in ~/Downloads/fullchain.pem -out cert_key.p12 -legacy
  • openssl 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

Image

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

In Progress

Status

Q2 2026 (Current)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions