Skip to content

Modifing the documentation about generating the jks file with keytool#2855

Open
kstojanovski-work wants to merge 3 commits intospring-cloud:mainfrom
kstojanovski-work:patch-modify-documentation-about-genkeypair
Open

Modifing the documentation about generating the jks file with keytool#2855
kstojanovski-work wants to merge 3 commits intospring-cloud:mainfrom
kstojanovski-work:patch-modify-documentation-about-genkeypair

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

Signed-off-by: Kosta Stojanovski <115792978+kstojanovski-novatec@users.noreply.github.com>
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