2.設定環境變數Path到安裝openssl.exe的路徑下,例如C:\OpenSSL-Win32\bin
3.使用openssl產生p12檔,指令如下,可儲存為批次檔(.bat)使用。
1.在Windows產生iOS App(ad-hoc)描述檔完整流程
3.使用openssl產生p12檔,指令如下,可儲存為批次檔(.bat)使用。
@echo off
set RANDFILE=.rnd
set OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg
openssl x509 -in mytest.cer -inform DER -out mytest.pem -outform PEM
openssl pkcs12 -export -inkey mykey.key -in mytest.pem -out mytest.p12
pause
4.執行指令後輸入密碼,確認密碼後產生p12檔完成。
參考資源:
沒有留言:
張貼留言