iphone - alternative to apple keychain tool -


which terminal command line equivalent installing development certificate (.cer file) without having access keychain access utility?

i have cloud rented mac doesn't offeer me access keychain utility, i'm allowed use terminal.

the key use openssl in order convert ios developer certificate file pem certificate file , generate p12 file based on pem certificate , certificate key earlier generated. source

openssl x509 -in developer_identity.cer -inform der -out developer_identity.pem -outform pem openssl pkcs12 -export -inkey mykey.key -in developer_identity.pem -out ios_dev.p12 

Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -