On-Demand Device Certificates with Session-Token Validation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional certificate issuance mechanisms struggle to ensure that certificates are issued exclusively to trustworthy devices, particularly in the context of the Internet of Things (IoT), where the diversity and number of devices pose significant security management challenges, and pre-issued certificates can be vulnerable to illegitimate use.

Innovation Solution

A method and system for on-demand certificate provisioning using session tokens and device authentication, involving a server that validates the device's possession of a private key and controls access to certificate issuance, ensuring certificates are generated only for trusted devices.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If pre-issued certificates are used for multiple devices during production, then device provisioning is simplified and accelerated, but security is compromised as attackers can use these certificates for illegitimate purposes

Engineering Contradiction:
Improvecertificate issuance speedVSAvoidsecurity
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system performs preliminary actions by pre-generating session tokens and storing them securely in a database before device arrival. These tokens are invalidated after use, preventing replay attacks. This allows rapid certificate issuance while maintaining security through pre-prepared authentication credentials.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Session tokens act as intermediaries between the certificate authority system and devices. Instead of directly issuing certificates to any device, the system uses session tokens as a mediating authentication layer that verifies device legitimacy before certificate issuance, thus securing the process while maintaining efficiency.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If certificates are issued on-demand with strict validation, then security is enhanced by ensuring only trusted devices receive certificates, but device provisioning complexity increases

Engineering Contradiction:
ImprovesecurityVSAvoidprovisioning process complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Devices perform self-service by automatically generating their own key pairs and cryptographically signing validation messages using their private keys. This automated cryptographic authentication eliminates manual verification steps, enhancing security through cryptographic proof of device identity while reducing provisioning complexity through automation.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system implements feedback loops where devices send validation messages containing cryptographic proofs, the server validates these proofs against session tokens, and then issues certificates accordingly. This automated feedback mechanism ensures strict security validation while maintaining simple provisioning through algorithmic decision-making.

Inventive Principle:
Principle #23Feedback

3Adaptability or versatility

If multiple Certificate Authorities are supported, then device trust flexibility is improved, but system complexity increases

Engineering Contradiction:
ImproveCA selection flexibilityVSAvoidsystem architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The certificate issuance system is designed with universal functionality to support multiple Certificate Authorities through a unified session token architecture. The same session token generation, validation, and certificate issuance workflow works regardless of which CA is used, providing adaptability to different CAs while maintaining simple system architecture through standardized processes.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20250300845A1Obtaining a certificate for a device
Publication Date: 2025.09.25 ASSA ABLOY AB
  • US20250300845A1 patent drawing
  • US20250300845A1 patent drawing
  • US20250300845A1 patent drawing

AI summary

It is provided a method for obtaining a certificate for a device of a system comprising the device and a server. The method is performed by the server. The method comprises: providing a token message comprising a session token to a trusted party; receiving a validation message comprising data based on the session token and a public key of a key pair of the device, the key pair comprising the public key and a private key; validating the device, which comprises validating that the received data based on the session token corresponds to the session token provided to the trusted party; sending a server message to the device; receiving a certificate request comprising a cryptographic signature; validating that the cryptographic signature is a signature of the server message, based on the public key; obtaining a certificate from a certificate authority server; and sending the certificate to the device.