Skip to content

Commit 483632b

Browse files
authored
Merge pull request #9994 from Praveen-MX/development
Update distributing-native-apps.md
2 parents 2c513fa + c5b7d29 commit 483632b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/en/docs/refguide/mobile/distributing-mobile-apps/distributing-native-apps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ The downloaded *ios_development.cer* and *private.key* file must now be packaged
5959
2. Convert the downloaded certificate to *pem* format with this command: `"C:\OpenSSL\bin\openssl.exe" x509 -in "C:\ios_development.cer" -inform der -out "C:\ios_development.pem"`.
6060
3. Package your private key and certificate. The command will ask you for a password for the package: `"C:\OpenSSL\bin\openssl.exe" pkcs12 -export -inkey "C:\private.key" -in "C:\ios_development.pem" -out "C:\key_and_certificate.p12"`. The same password will be used later by the Mendix Native Mobile Builder.
6161

62-
The resulting *key_and_certificate.p12* will be used by the Mendix Native Mobile Builder to sign your apps.
6362

6463
### Creating the Required Distribution Profile
6564

0 commit comments

Comments
 (0)