[
https://issues.apache.org/jira/browse/WICKET-6937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449045#comment-17449045
]
ASF subversion and git services commented on WICKET-6937:
---------------------------------------------------------
Commit b3646989c045f82f1a7761efe42f1910b821292e in wicket's branch
refs/heads/wicket-9.x from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=b364698 ]
WICKET-6937 Update the keystore used by the quickstart application
The command used to generate the certificate is:
keytool -genkeypair -alias jetty -keyalg RSA -keysize 4096 -sigalg
SHA256withRSA -keypass wicket -startdate "2021/11/25 00:00:00" -validity 3650
-storetype PKCS12 -storepass wicket -keystore keystore.p12
(cherry picked from commit 17fa392a8c371b30c00bebb62289bde79a402749)
> 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
>
> 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)