ICEpush
  1. ICEpush
  2. PUSH-159

Cloud Push per-application keystore for Apple Push Notification Service

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha3
    • Fix Version/s: 3.0
    • Component/s: Push Library
    • Labels:
      None
    • Environment:
      ICEpush, iOS

      Description


      Currently the APNS certificates are configured via a single keystore defined via Java System Properties. This does not allow the possibility of keystores being configured for each application.

        Activity

        Hide
        Ted Goddard added a comment -

        A custom keystore must have the following file name:

        appname/WEB-INF/apns-keystore.p12

        The passphrase can be configured via a system property:

        -Dorg.icemobile.apns.keyStorePassword=password

        or a config parameter

        <context-param>
        <param-name>org.icemobile.apns.keyStorePassword</param-name>
        <param-value>password</param-value>
        </context-param>

        Show
        Ted Goddard added a comment - A custom keystore must have the following file name: appname/WEB-INF/apns-keystore.p12 The passphrase can be configured via a system property: -Dorg.icemobile.apns.keyStorePassword=password or a config parameter <context-param> <param-name>org.icemobile.apns.keyStorePassword</param-name> <param-value>password</param-value> </context-param>

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: