Skip to content

Commit 93ac80c

Browse files
authored
Merge pull request #695 from WASdev/keystore-config
Explicitly specify the default keystore location and type in keystore.xml
2 parents 42b100d + 1cd5f2a commit 93ac80c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • ga
    • 25.0.0.6/kernel/helpers/build/configuration_snippets
    • latest/kernel/helpers/build/configuration_snippets
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<server description="Default Server">
2-
<keyStore id="defaultKeyStore" password="REPLACE" />
2+
<keyStore id="defaultKeyStore" location="${server.output.dir}/resources/security/key.p12" type="PKCS12" password="REPLACE" />
33
</server>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<server description="Default Server">
2-
<keyStore id="defaultKeyStore" password="REPLACE" />
2+
<keyStore id="defaultKeyStore" location="${server.output.dir}/resources/security/key.p12" type="PKCS12" password="REPLACE" />
33
</server>

0 commit comments

Comments
 (0)