[
https://issues.apache.org/jira/browse/WICKET-6937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449089#comment-17449089
]
ASF subversion and git services commented on WICKET-6937:
---------------------------------------------------------
Commit 61d497a102a7cb539f62b401da2ea70f4f3a1503 in wicket's branch
refs/heads/wicket-9.x from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=61d497a ]
WICKET-6937 Use JKS keystore
The PKCS12 one either has problems with Maven filtering or Jetty does not like
it ...
The new keystore has been generated with the following command:
keytool -genkeypair -alias jetty -keyalg RSA -keysize 4096 -sigalg
SHA256withRSA -keypass wicket -startdate "2021/11/25 00:00:00" -validity 3650
-storetype JKS -storepass wicket -keystore keystore
(cherry picked from commit 2b54fd59083b1b91071ad6a5820e2f74da24c6c0)
> Update the keystore used by the quickstart application
> ------------------------------------------------------
>
> Key: WICKET-6937
> URL: https://issues.apache.org/jira/browse/WICKET-6937
> Project: Wicket
> Issue Type: Task
> Components: wicket-quickstart
> Affects Versions: 8.13.0, 9.6.0
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Fix For: 8.14.0, 9.7.0
>
>
> The keystore used by Wicket Quickstart has expired at Sep 13 2021.
> We should generate a new one.
> It would be good to use PKCS12 format this time because it is not proprietary
> like JKS.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)