Skip to content

ensure the private api and the preshipped certificate will be used to setup...

cyberta requested to merge fix_custom_preshipping into master

ensure the private api and the preshipped certificate will be used to setup the provider in custom builds

  • providers still have to serve the provider.json on the provider URL enpoint to guarantee a fallback if the preshipped cert is expired (in case of old apks).
  • also the Provider api url endpoint has to serve the provider.json because on every provider setup a new provider.json will be fetched from there (in case there's still a valid certificate).

closes #9029 (closed)

Edited by cyberta

Merge request reports