Skip to content

Implement Atomic or Random Serial Number Generation #47

@Jeymz

Description

@Jeymz

The current serial number mechanism uses a simple file-based increment which risks collisions under concurrent requests. Replace this with an atomic approach — e.g., file locks, UUID-based serials, or a lightweight sequence via SQLite or similar. Ensures RFC 5280 compliance and prepares the system for HA deployments.

Metadata

Metadata

Assignees

Labels

coreCritical logic that touches certificate issuance, CRL, or PKI foundations.featureA new capability or enhancement for users.infraChanges to build, deployment, or system setup.refactorStructural or architectural changes without new features.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions