Export a PKCS#12 file without an export password?

前端 未结 4 708
南方客
南方客 2020-12-13 06:03

I am generating exporting some pkcs#12 files for testing purposes. These files are not being used in production and only exist temporary during automated testing.

I

4条回答
  •  感情败类
    2020-12-13 06:24

    Faced same issue when needed to convert certificate for openconnect

    Needed additional step to make it without password

    openssl rsa -in private.key -out private.nopwd.key
    

提交回复
热议问题