You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common failure mode in shim reviews is people embedding certificates which are PEM-encoded rather than DER-encoded. It's a very easy mistake to make, and easy to miss in reviews too.
I've added an extra message in rhboot/shim-review#402 , but it would be even nicer if the shim build process would notice this mistake and fail the build with an appropriate error.
The text was updated successfully, but these errors were encountered:
If we see "BEGIN CERTIFICATE", it's a PEM certificate and won't
work. Fail the build early and say so.
Fixesrhboot#645
Signed-off-by: Steve McIntyre <steve@einval.com>
If we see "BEGIN", it's likely a PEM certificate and won't work. Fail
the build early and say so.
Fixesrhboot#645
Signed-off-by: Steve McIntyre <steve@einval.com>
If we see "BEGIN", it's likely a PEM certificate and won't work. Fail
the build early and say so.
Fixes#645
Signed-off-by: Steve McIntyre <steve@einval.com>
A common failure mode in shim reviews is people embedding certificates which are PEM-encoded rather than DER-encoded. It's a very easy mistake to make, and easy to miss in reviews too.
I've added an extra message in rhboot/shim-review#402 , but it would be even nicer if the shim build process would notice this mistake and fail the build with an appropriate error.
The text was updated successfully, but these errors were encountered: