how to create certificates, keys, .pem and .p12 file without using mac to create an ipa?

前端 未结 4 1828
心在旅途
心在旅途 2021-01-03 08:01

I\'m building a hybrid mobile application which is almost completed and working on testing phase.

My app is working fine on android devices but i need to test my app

4条回答
  •  爱一瞬间的悲伤
    2021-01-03 08:49

    For Creating certificate, you need CSR file. For Creating CSR file from Linux, follow the link given below.

    How to use Linux openssl to generate CSR for iOS?

    Then proceed with https://developer.apple.com/.

    For creating p12 file from linux follow the instructions in the below links,

    https://www.tbs-certificates.co.uk/FAQ/en/288.html

    Creating a .p12 file

提交回复
热议问题