Application in runtime needs p12 file(filename: file.p12) next to application binary.
Application to run on production needs env APP_ENV=prod
and file config
next to index.php,
repository contains config.prod
and config.dev
, for production purposes config.prod
needs to be renamed to config
.