File SIGNATURE_UPDATE.txt of Package shim
26
1
==== openSUSE ====
2
For openSUSE, the devel project of shim is devel:openSUSE:Factory. ALWAYS
3
use the latest Leap to build shim-opensuse.efi for UEFI CA. Tumbleweed
4
shares the same binary with Leap, so do the older Leap releases.
5
6
The steps to udpate signature-opensuse.asc:
7
1) Branch devel:openSUSE:Factory/shim.
8
2) Add the latest Leap, e.g. 42.2, to the build target.
9
3) Build shim-opensuse.efi against the latest Leap.
10
4) Strip the signature from shim-opensuse.efi with strip_signature.sh.
11
5) Send shim-opensuse.efi to UEFI CA to request a new signature.
12
6) Extract the signature from the signed shim.efi with extract_signature.sh
13
7) Update signature-opensuse.asc.
14
15
==== SLES ===
16
Since there is no devel project for shim in SLES, just build shim-sles.efi with
17
the latest SLES and then send it to UEFI CA for a new signature.
18
19
The steps to update signature-sles.asc:
20
1) Branch shim from the latest SLES and apply the update/fix.
21
2) Build shim-sles.efi against the latest SLES.
22
3) Strip the signature from shim-sles.efi with strip_signature.sh.
23
4) Send shim-sles.efi to UEFI CA to request a new signature.
24
5) Extract the signature from the signed shim.efi with extract_signature.sh
25
6) Update signature-sles.asc.
26