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
The error SSL error:0909006C:PEM routines:get_name:no seems to indicate that a certificate file is missing something in its structure, however I am not sure in which file the problem would be.
The text was updated successfully, but these errors were encountered:
You can modifying the build script with the following and see if that gets you past your issue:
run_cmd ./scripts/config --disable SYSTEM_TRUSTED_KEYS
run_cmd ./scripts/config --disable SYSTEM_REVOCATION_KEYS
run_cmd ./scripts/config --set-str CONFIG_SYSTEM_TRUSTED_KEYS ""
run_cmd ./scripts/config --set-str CONFIG_SYSTEM_REVOCATION_KEYS ""
Although, I believe the first two are already present in the script.
Hello, when I try to execute the command
./build.sh kernel host
on the snp-latest branch, I get the following errror:The error
SSL error:0909006C:PEM routines:get_name:no
seems to indicate that a certificate file is missing something in its structure, however I am not sure in which file the problem would be.The text was updated successfully, but these errors were encountered: