Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enki genkey self-signed certificates all have the same name #92

Open
kreeuwijk opened this issue Apr 26, 2024 · 0 comments
Open

enki genkey self-signed certificates all have the same name #92

kreeuwijk opened this issue Apr 26, 2024 · 0 comments

Comments

@kreeuwijk
Copy link

When using enki genkey to create self-signed secure boot certificates, all certs have the exact same name (CN), provided through the NAME parameter for the function. This makes it very hard to discern the different certificates, other than via the file name. It also doesn't properly show which certificates are issued by which other certificates, as they're all named the same.

Please adjust the logic for self-signed certificates to set proper names. For example:

"/CN=%s - PK/"
"/CN=%s - KEK/"
"/CN=%s - DB/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant