You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSS should provide a platform-independent mechanism to manage modules in an NSS database (e.g. adding a module, checking module status). This is needed to add p11-kit-trust module in PKI (see dogtagpki/pki#265)
Per discussion with @rjrelyea, there might be several options:
find the full path of libnss3.so first, then find pkcs11/p11-kit-trust.so relative to that path
use RPM macro to find the full path of pkcs11/p11-kit-trust.so
JSS should provide a platform-independent mechanism to manage modules in an NSS database (e.g. adding a module, checking module status). This is needed to add p11-kit-trust module in PKI (see dogtagpki/pki#265)
Per discussion with @rjrelyea, there might be several options:
See also https://github.com/nss-dev/nss/blob/master/lib/freebl/genload.c.
The text was updated successfully, but these errors were encountered: