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 (Created) (JIRA)" <ji...@apache.org> on 2011/12/31 05:03:30 UTC

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

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.2


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

        

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

Posted by "Sandro Martini (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandro Martini resolved PIVOT-831.
----------------------------------

    Resolution: Fixed

Done.

                
> 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

        

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

Posted by "Sandro Martini (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandro Martini updated PIVOT-831:
---------------------------------

    Fix Version/s:     (was: 2.0.2)
                   2.0.1
    
> 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

        

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

Posted by "Sandro Martini (Commented) (JIRA)" <ji...@apache.org>.
    [ 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