tree-wide: Introduce --certificate-source= option
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 6 Nov 2024 17:08:26 +0000 (18:08 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Nov 2024 19:30:47 +0000 (20:30 +0100)
commita1d46e3078a67b128a2eb93da7ae51d253b326f7
tree7b1a4994fae1b5367e84e3766f27cd4b034c0a3d
parent5619a61829fa50063f53fe3d406683faf8f43900
tree-wide: Introduce --certificate-source= option

This allows loading the X.509 certificate from an OpenSSL provider
instead of a file system path. This allows loading certficates directly
from hardware tokens instead of having to export them to a file on
disk first.
12 files changed:
man/bootctl.xml
man/systemd-measure.xml
man/systemd-repart.xml
man/systemd-sbsign.xml
src/bootctl/bootctl-install.c
src/bootctl/bootctl.c
src/bootctl/bootctl.h
src/measure/measure.c
src/partition/repart.c
src/sbsign/sbsign.c
src/shared/openssl-util.c
src/shared/openssl-util.h