| We need some documentation for how to manage UPS in the Openshift UI. This would need to include the creation of bindings for iOS and Android This would also need to include how the user needs to base64 encode the cert for iOS bindings - and how they must use a flag to ensure that the format of the output is not changed by the encoding process which may or may not happen depending on what OS the user is performing the encoding on. To ensure this does not happen the user must use the "--wrap" flag seen in the following command:
cat Cert.p12 | base64 --wrap=0 |
|
|