[ad_1]
I’ve added .p12 & .pem file into the venture.
Now, I need to encrypt this pem file utilizing .p12 construct time utilizing shell script in Xcode.
How can we entry these recordsdata & encrypt it?
I do know the encrypt command like:
openssl pkcs12 -in path.p12 -out encrypted.key.pem -nocerts -nodes
So, that is like one key to encrypt one other key, if I’m not mistaken.
[ad_2]