From: Zbigniew Jędrzejewski-Szmek Date: Wed, 28 May 2025 13:23:03 +0000 (+0200) Subject: man: introduce openssl as man page provider and use it for ukify.1 X-Git-Tag: v258-rc1~460^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=001ae86a739b13e987419af1e3e13a3caaafa8c3;p=thirdparty%2Fsystemd.git man: introduce openssl as man page provider and use it for ukify.1 --- diff --git a/man/custom-html.xsl b/man/custom-html.xsl index e5551fc798a..98ec95303d7 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -66,6 +66,18 @@ + + + + https://docs.openssl.org/master/man + + / + + + + + + diff --git a/man/ukify.xml b/man/ukify.xml index 987f9f7b0f1..ae820b33e16 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -107,9 +107,10 @@ describing separate boot phases. If one of SigningEngine=/ or SigningProvider=/ is specified, then the private - key arguments will be passed verbatim to OpenSSL as URIs, and the public key arguments will be loaded - as X.509 certificates, so that signing can be performed with an OpenSSL engine or provider - respectively. + key arguments will be passed verbatim to + openssl1 + as URIs, and the public key arguments will be loaded as X.509 certificates, so that signing can be + performed with an OpenSSL engine or provider respectively. If a SecureBoot signing key is provided via the SecureBootPrivateKey=/ option, the resulting @@ -582,7 +583,9 @@ SigningEngine=ENGINE - An OpenSSL engine to be used for signing the resulting binary and PCR measurements. + An OpenSSL engine to be used for signing the resulting binary and PCR measurements, + see + openssl-engine1. @@ -593,8 +596,10 @@ An OpenSSL provider to be used for signing the resulting binary and PCR - measurements. This option can only be used when using systemd-sbsign as the - signing tool. + measurements, see + provider7. + This option can only be used when systemd-sbsign is used as the signing + tool. @@ -604,8 +609,10 @@ An OpenSSL provider to be used for loading the certificate used to sign the - resulting binary and PCR measurements. This option can only be used when using - systemd-sbsign as the signing tool. + resulting binary and PCR measurements, see + provider7. + This option can only be used when systemd-sbsign is used as the signing + tool. @@ -844,7 +851,7 @@ Writing public key for PCR signing to /etc/systemd/tpm2-pcr-public-key-system.pe $ ukify build \ --profile='TITLE=Boot into Storage Target Mode ID=storagetm' \ - --cmdline='quiet rw rd.systemd.unit=stroage-target-mode.target' \ + --cmdline='quiet rw rd.systemd.unit=storage-target-mode.target' \ --output=profile1.efi