Open michael-o opened 4 years ago
Sometimes certificates are accompanied with bag attributes like friendlyName or trustedKeyUsage. There is no way to display them. Add some means to display such bag attributes.
friendlyName
trustedKeyUsage
Related to #217
Correct. It is currently impossible to create a PKCS12 truststore for Java w/o using Java. A view would help to understand that issue.
See also https://github.com/openssl/openssl/issues/6684
Sometimes certificates are accompanied with bag attributes like
friendlyName
ortrustedKeyUsage
. There is no way to display them. Add some means to display such bag attributes.