it's for App Store. I have fullchain.pem, private.key and configuration profile. I can do it localy on Mac, but i can't find a solution how to do it programmatically.
Post
Replies
Boosts
Views
Activity
I use a server that runs in the program itself. I create an XML string and write it to a .mobileconfig file and then start the server and download this file from it
I understood, thank you for your help
Can i write these commands programmatically in Swift?
openssl smime -sign -signer cert.pem -inkey key.pem -certfile ca-bundle.pem -nodetach -outform der -in profile-uns.mobileconfig -out profile-sig.mobileconfig