You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <de...@geronimo.apache.org> on 2005/10/20 19:55:44 UTC

[jira] Created: (GERONIMO-1097) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
------------------------------------------------------------------------------------

         Key: GERONIMO-1097
         URL: http://issues.apache.org/jira/browse/GERONIMO-1097
     Project: Geronimo
        Type: Bug
  Components: console  
    Versions: 1.0    
 Environment: Win32 w/ 1.4.2 JDK
    Reporter: Donald Woods


The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1097) (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ]

Aaron Mulder updated GERONIMO-1097:
-----------------------------------

    Fix Version: 1.1

> (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
> --------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1097
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1097
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: Win32 w/ 1.4.2 JDK
>     Reporter: Donald Woods
>     Assignee: Donald Woods
>      Fix For: 1.1
>  Attachments: Geronimo-1097.patch
>
> The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
> Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1097) (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ]

Donald Woods updated GERONIMO-1097:
-----------------------------------

    Summary: (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1  (was: Keystore Portlet should point to the default keystore file instead of ssl-keystore-1)

> (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
> --------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1097
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1097
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: Win32 w/ 1.4.2 JDK
>     Reporter: Donald Woods
>  Attachments: Geronimo-1097.patch
>
> The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
> Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1097) (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1097?page=comments#action_12358264 ] 

Aaron Mulder commented on GERONIMO-1097:
----------------------------------------

I'm not so sure about this.  In the long term, I'd like the keystore portlet to be able to edit any keystore, using a more generic keystore service and requiring the console user to enter the keystore password when appropriate.

In the short term, it's not bad to use the portlet to prepare keystore-1 and then manually copy it over keystore -- I'm not sure how good an idea it is to muck with the sample keystore in place.  Especially because the password is (I believe) hardcoded into the console deployment plan, so if you plan to edit the main keystore with the console, you can never change the password on it.


> (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
> --------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1097
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1097
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: Win32 w/ 1.4.2 JDK
>     Reporter: Donald Woods
>     Assignee: Donald Woods
>  Attachments: Geronimo-1097.patch
>
> The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
> Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1097) (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ]

Donald Woods updated GERONIMO-1097:
-----------------------------------

    Assign To: Donald Woods

> (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
> --------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1097
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1097
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: Win32 w/ 1.4.2 JDK
>     Reporter: Donald Woods
>     Assignee: Donald Woods
>  Attachments: Geronimo-1097.patch
>
> The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
> Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1097) (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ]
     
Aaron Mulder closed GERONIMO-1097:
----------------------------------

    Resolution: Fixed

This is solved by the new keystore portlet which can edit any keystore in the appropriate directory.

> (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
> --------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1097
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1097
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: console
>     Versions: 1.0
>  Environment: Win32 w/ 1.4.2 JDK
>     Reporter: Donald Woods
>     Assignee: Donald Woods
>      Fix For: 1.2
>  Attachments: Geronimo-1097.patch
>
> The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
> Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1097) (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ]

Joe Bohn updated GERONIMO-1097:
-------------------------------

    Geronimo Info: [Patch Available]

> (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
> --------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1097
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1097
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: Win32 w/ 1.4.2 JDK
>     Reporter: Donald Woods
>  Attachments: Geronimo-1097.patch
>
> The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
> Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1097) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ]

Donald Woods updated GERONIMO-1097:
-----------------------------------

    Attachment: Geronimo-1097.patch

Attched svn patch to update Keystore portlet to use var/security/keystore as the default file

> Keystore Portlet should point to the default keystore file instead of ssl-keystore-1
> ------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1097
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1097
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>  Environment: Win32 w/ 1.4.2 JDK
>     Reporter: Donald Woods
>  Attachments: Geronimo-1097.patch
>
> The current Keystore portlet which was just integrated using G-887, does not use the default var\security\keystore file, but instead creates a new file var\security\ssl-keystore-1
> Since we want users to be able to replace the default self-signed SSL certificate with either one they create or purchase, we should point the Keystore portlet to the existing keystore file.  Otherwise, the portlet is useless, since it will require a plan change and redeploy before the new ssl-keystore-1 file can be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira