Skip to content

Fetching serial of certificate is complex due to DB schema #2272

@COD3HUNT3R

Description

@COD3HUNT3R

Currently only way to get serial of a certificate by its id is to traverse acme_serial_certs_index table entirely as the id is in nvalue column. And certificate serial is not in any other place like acme_orders or acme_certs. Please add an extra field containing serial of the certificate in acme_certs nvalue column to fetch serial of a certificate easily.

Also there are lot of ways current DB schema can be improved. Is there any plans to migrate this from NoSQL to SQL?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions