Re: [ptxdist] [PATCH 3/3] ptxd_lib_code_signing: let providers clean up their keys

2021-08-10 Thread Roland Hieber
On Mon, Aug 09, 2021 at 04:40:30PM +0200, Roland Hieber wrote: > Currently, sysroot-host/var/lib/keys/${keyprovider} is left over even > when the provider package is cleaned. To help with this, introduce > cs_clean and cs_clean_softhsm shell functions. The latter needs access > to ${shsm_keys}, so

[ptxdist] [PATCH 3/3] ptxd_lib_code_signing: let providers clean up their keys

2021-08-09 Thread Roland Hieber
Currently, sysroot-host/var/lib/keys/${keyprovider} is left over even when the provider package is cleaned. To help with this, introduce cs_clean and cs_clean_softhsm shell functions. The latter needs access to ${shsm_keys}, so move its definition into cs_init_variables (even if this function is no