Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #121 from davidmccoy/readme_certificate_creation_u…
Browse files Browse the repository at this point in the history
…pdate

Update README with new certificate creation process
  • Loading branch information
stevenharman committed Mar 12, 2017
2 parents 6d38c38 + 7c1b723 commit 117bed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -279,15 +279,16 @@ The key code for this purpose is:
## Certificate File
Login to the [iOS Provisioning Portal (App IDs)](https://developer.apple.com/ios/manage/bundles/index.action).
Login to the [iOS Provisioning Portal (App IDs)](https://developer.apple.com/account/ios/identifier/bundle).
Configure the appropriate certificate for push notifications and download the
certificate:
Select your app bundle, scroll down and click "Edit." This will bring you to a page that will allow you to setup and configure services for your app. Scroll down until you see the service labeled “Push Notifications.” Depending on whether you’re creating a Development or Production certificate, click the appropriate “Create Certificate” button.
![Downloading the Push Notification
Certificate](images/Downloading_the_Push_Notification_Certificate.png)
![Creating the Push Notification
Certificate](images/Creating_the_Push_Notification_Certificate.png)
Open the file in Keychain Access, then expand the certificate to show both the
Follow the instructions to create a Certificate Signing Request, click "Continue," upload the CSR, and download the resulting .cer file.
Open the .cer file in Keychain Access, then expand the certificate to show both the
certificate *and* the private key. Command select so both are highlighted:
![Selecting both the certificate and private
Expand Down Expand Up @@ -345,4 +346,3 @@ Requests](https://github.com/grocer/grocer/pulls) are the primary venues for
communicating issues and discussing possible features. Several of us also
regularly hang out in the `#grocer` channel on Freenode; feel free to pop in
and ask questions there as well. Thanks! :heart:
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 117bed3

Please sign in to comment.