Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Slowroll:Base:1
shim
generate-vendor-dbx.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File generate-vendor-dbx.sh of Package shim
#!/bin/bash set -e # random UUID for SUSE owner=353f0911-0788-451c-aaf7-31688391e8fd : > vendor-dbx-opensuse.esl : > vendor-dbx-sles.esl # vendor dbx file with all certs for testing environment : > vendor-dbx.esl for cert in "$@"; do esl="${cert##*/}" esl="${cert%.crt}.esl" cert-to-efi-sig-list -g "$owner" "$cert" "$esl" case "$cert" in *openSUSE*) cat "$esl" >> "vendor-dbx-opensuse.esl" ;; *SLES*) cat "$esl" >> "vendor-dbx-sles.esl" ;; esac cat "$esl" >> "vendor-dbx.esl" done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor