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-12 06:34:21 -0700 |
commit | e8fc95ba69f6bcf9b4aa5257c6d2669173d8a76f (patch) | |
tree | a1184ed572c6a598143cb7a33a91c595746abc97 /meta-python/recipes-devtools/python/python3-h5py | |
parent | bf1db3000f26827798afb43f8462d4b32b6cfa17 (diff) | |
download | meta-openembedded-e8fc95ba69f6bcf9b4aa5257c6d2669173d8a76f.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