You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2021/11/25 08:59:00 UTC

[jira] [Resolved] (WICKET-6937) Update the keystore used by the quickstart application

     [ https://issues.apache.org/jira/browse/WICKET-6937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov resolved WICKET-6937.
-----------------------------------------------
    Fix Version/s: 8.14.0
                   9.7.0
       Resolution: Fixed

The command used to generate the new keystore was:
{code:java}
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{code}
it will be valid for another 10 years.

> 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)