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-03 23:39:12 -0700 |
commit | 808037746238e300c853ce12d7f6ccb22f2e8c9d (patch) | |
tree | 5ec53f77919acb1a6113f48135d50cf1a63fe59b /meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch | |
parent | 448dd104a14e1bf1e515851fcf4322a48a7b6a43 (diff) | |
download | meta-openembedded-808037746238e300c853ce12d7f6ccb22f2e8c9d.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-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch')
0 files changed, 0 insertions, 0 deletions