https://bz.apache.org/bugzilla/show_bug.cgi?id=59233

            Bug ID: 59233
           Summary: support unlimited SSL certificates stored in database
                    or file system without server restart
           Product: Tomcat 9
           Version: 9.0.0.M4
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: javao...@gmail.com

For a web application that allows users to create business websites and bind
their own domains. All the domains will be mapped to the same IP address, and
one port is used for all. For example,

       https://mydomain1.com
       https://mydomain2.com
       https://mydomain3.com

The number of domains is unlimited.

Each user should be able to upload a SSL certificate for his/her own domain,
and the certificate can be stored in database or file system. Many users are
using the web application at the time, and thus server restart is not
acceptable. 

Tomcat9 can provide a SSL provider interface like: getCertificate(domain). How
to get the certificate is up to the provider implementation. SSL should be
configured dynamically at the run time without server restart.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to