You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set SSL configuration in my project.
I am trying to get my .jks from my .jar after compiling my project because I want to stay running server all animic as possible without files, only jar like an Android app.
Is there any way we can set the keyStore inside our application.conf to retrieve the .jks from inside the .jar?
Currently we are getting this exception when running our application: Exception in thread "main" java.io.FileNotFoundException: /bin/runner/./certificates/temporary.jks (No such file or directory)
"certificates/temporary.jks" is compiled as a resource inside my jar but ktor is looking for it outside.
Thank you so much,
Xavi Bignell
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to set SSL configuration in my project.
I am trying to get my .jks from my .jar after compiling my project because I want to stay running server all animic as possible without files, only jar like an Android app.
Is there any way we can set the keyStore inside our application.conf to retrieve the .jks from inside the .jar?
Currently we are getting this exception when running our application:
Exception in thread "main" java.io.FileNotFoundException: /bin/runner/./certificates/temporary.jks (No such file or directory)
"certificates/temporary.jks" is compiled as a resource inside my jar but ktor is looking for it outside.
Thank you so much,
Xavi Bignell
The text was updated successfully, but these errors were encountered: