Reputation: 111
I was able to run the Push Notifications for my local worklight server.
However now I want to configure it for my remote Liberty server.
From all the documentation available I know I need to copy the apns-certificate-sandbox.p12 certificate to my server.
But what location should the certificate be in? Also do we need to specify the location of the certificate and the pushSender password in config.xml?
Upvotes: 0
Views: 329
Reputation: 44516
The apns-certificate-sandbox.p12 file is part of the .wlapp file that you deploy via Worklight Console.
The pushSender value is entered in application-descriptor.xml
On build time, these files and values are stored and the .wlapp file and the .war file.
These are artifacts that you deploy in your remote application server.
There is nothing else you need to modify or configure other than deploy them.
Related question: IBM Worklight - What should I deploy after changing or adding iOS push certificate?
Upvotes: 1