You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Sandro Martini (Commented) (JIRA)" <ji...@apache.org> on 2012/01/06 11:33:39 UTC

[jira] [Commented] (PIVOT-831) Renew our Certificate for (self) signing jars

    [ https://issues.apache.org/jira/browse/PIVOT-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181226#comment-13181226 ] 

Sandro Martini commented on PIVOT-831:
--------------------------------------

Delete the existing keystore, under /etc

Using the info contained in its README, re-create it (in interactive mode), for example with a 2 year (365 * 2) days of validity:
keytool -genkeypair  -keystore pivot.keystore -validity 730 -alias pivot

and give to it the following data (only values, without field keys)
CN=Apache Pivot, OU=Apache Pivot, O=Apache Software Foundation, ... C=US

Verify it:
keytool -list -v -keystore keystore.jks -alias pivot

Try to do a full build of Pivot sources and binary distribution, to ensure that all is good.

                
> Renew our Certificate for (self) signing jars
> ---------------------------------------------
>
>                 Key: PIVOT-831
>                 URL: https://issues.apache.org/jira/browse/PIVOT-831
>             Project: Pivot
>          Issue Type: Improvement
>            Reporter: Sandro Martini
>            Assignee: Sandro Martini
>            Priority: Minor
>             Fix For: 2.0.1
>
>
> The current certificate will expire before the end of 2012, so a good thing should be to renew (re-create) it now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira