diff options
author | Johannes Schneider <johannes.schneider@leica-geosystems.com> | 2025-05-31 13:32:50 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:18 -0700 |
commit | abaac289e5db27601d3417fac99a4c48188010a5 (patch) | |
tree | c5264cdafef58008a3ebd5039e88dd096a6b6525 /meta-python/recipes-devtools/python/python3-h5py | |
parent | 9c6b789cf72fb34d4a4a3e2b6f7d7a77e6b237ee (diff) | |
download | meta-openembedded-abaac289e5db27601d3417fac99a4c48188010a5.tar.gz |
signing.bbclass: add signing_get_intermediate_certs
Add a method that returns a list of intermediary CA roles.
When using a complex PKI structure with for example "openssl cms",
these roles can then be iterated over adding in turn a '-certificate'.
Pseudo-code example:
for intermediate in $(signing_get_intermediate_certs 'FooBaa'); do
signing_extract_cert_pem $intermediate $intermediate.pem
CMD+=" --certificate=$intermediate.pem"
done
Signed-off-by: Johannes Schneider <johannes.schneider@leica-geosystems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py')
0 files changed, 0 insertions, 0 deletions