Skip to content
Snippets Groups Projects
Verified Commit 292ac109 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

pmb.chroot.apk_static: use sha256 sig for verification

parent a1fdd011
No related branches found
No related tags found
No related merge requests found
Pipeline #189280 passed
......@@ -88,7 +88,7 @@ def verify_signature(files, sigkey_path):
[
"openssl",
"dgst",
"-sha1",
"-sha256",
"-verify",
sigkey_path,
"-signature",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment