Convert SSL .pem to .p12 with or without OpenSSL

后端 未结 5 565
盖世英雄少女心
盖世英雄少女心 2021-01-30 23:18

I get external .pem files that need to be converted to .p12 files - I add a username and password in the process. (I need to do this to utilize a thir

5条回答
  •  滥情空心
    2021-01-31 00:07

    In Java, use Bouncycastle but be warned, learning curve is steep and documentation scarce. I strongly recommend you look at the examples which are available as part of the source distribution

    Start with the PemReader.

提交回复
热议问题