Hi, please, could you advise what I should use for working with pkcs#12 file? I tried OpenSSL::PKCS12, but #1 I could not find detailed docs on it #2 As I understand this class can only create pkcs12.
My task is to read pkcs12 file, extract certificate and read it
attributes (e.g., subject).
May be someone has worked on it. Please, help me
Thanks.