Hi @PeeDub. Here’s the logic for loading and interpreting that setting:
As you can see the path you provide is passed to new File. That means that if you’re setting /public/server.p12 it will be an absolute path. If you provide a relative path it will be relative to the root sbt project or the root of the production distribution.
Thanks, removing the leading slash fixed that particular error. I was going off of other sections of the documentation that were using “/public” type paths.
Regarding deployment, I am aware of the production configuration docs. I’m wondering more about where people store their keys for a docker type solution.