You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2007/06/06 19:31:26 UTC

[jira] Updated: (FTPSERVER-93) Support for alias when configuring SSL

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

Niklas Gustavsson updated FTPSERVER-93:
---------------------------------------

        Fix Version/s: 1.0-M2
             Assignee: Niklas Gustavsson
    Affects Version/s:     (was: 1.0-M2)
                       1.0-M1

> Support for alias when configuring SSL
> --------------------------------------
>
>                 Key: FTPSERVER-93
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-93
>             Project: FtpServer
>          Issue Type: Wish
>          Components: Core
>    Affects Versions: 1.0-M1
>            Reporter: Steve Jones
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0-M2
>
>
> Configuration for the the SSL listeners should support an "alias".
> This would allow a particular key to be selected from a keystore.
> For reference, here's the tomcat class that does this:
>   org.apache.tomcat.util.net.jsse.JSSEKeyManager.java
> The only tricky part that I am aware of is that for JKS keystores the alias should be converted to all lower case.
> Also for reference, this is the extended X509 key manager that uses aliases:
>   http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/X509ExtendedKeyManager.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.