Skip to content

Commit

Permalink
Update make_certs.bat
Browse files Browse the repository at this point in the history
Minor fix to the script, in the Windows version renaming identity.csr to customer.csr is missing and it's a bit confusing to follow the instructions.
  • Loading branch information
MaximilianoRios committed Dec 2, 2014
1 parent 3906d41 commit e61223f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/make_certs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ copy identity.p12 ..\server\Identity.p12

echo 7. Generating keys and certs for plist generation
openssl req -inform pem -outform der -in identity.csr -out customer.der

# Rename identity.csr to be used with the iOS Provisioning Portal
rename identity.csr customer.csr

copy Identity.p12 ..\vendor-signing\com\softhinker\vendor.p12
copy customer.der ..\vendor-signing\com\softhinker\customer.der

Expand Down

0 comments on commit e61223f

Please sign in to comment.