Skip to content

Conversation

kstojanovski-work
Copy link

  • The format of the generated jks file is PKCS12 by checking it with 'keytool -list -v -keystore server.jks' and the application fails to start. Adding a parameter for creation of keys in JKS format solved the problem.

  • Using bootstrap.yml does not have any impact on the application. Using application.properties gave the expected effect. Changing the description from bootstrap.yml with application.properties.

…'keytool -list -v -keystore server.jks' and the application fails to start. Adding a parameter for creation of keys in JKS format solved the problem.

- Using bootstrap.yml does not have any impact on the application. Using application.properties gave the expected effect. Changing the description from bootstrap.yml with application.properties.
@spencergibb
Copy link
Member

Bootstrap is still supported, it's just not the default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants