05-14-2007, 09:51 PM
I'm not at all sure if this is possible or not, but wouldn't it be easier on the admin's if each user could create thier own SSL keys for thier sites, or upload SSL keys made elsewhere for thier sites to the server? Perhaps pull a note from plesk with it's integration of SSL key creation / use. Perhaps also an " on|off " button to enable and disable SSL to that particular site / domain / subdomain
i don't suppose it would be too difficult to attempt this task, add a ssldocs folder to the users base, when the switch is turned on, an entry for SSL is added for the domain / subdomain in question that points to the htsdocs folder, and uploaded SSL keys could be stored in the root of that subdomain's folder..
example directory structure:
then just simply clone the current create domain|subdomain|site scripts edit it create SSL entries instead of normal entries...
I might be tempted to tackle this on my own. who knows.. just thout it would be a nice idea.
i don't suppose it would be too difficult to attempt this task, add a ssldocs folder to the users base, when the switch is turned on, an entry for SSL is added for the domain / subdomain in question that points to the htsdocs folder, and uploaded SSL keys could be stored in the root of that subdomain's folder..
example directory structure:
Code:
example.com
|__ htdocs <---normal pages
|__keys <--- SSL keys
|__ssldocs <--- SSL pages
|__errors
|__logs
| |
| |__SSL
| | |__session_logs
| | |__err_logs
| |
| |__HTDOCS
| |__session_logs
| |__err_logs
|
|__phptmp
|__cgi-bin
|__backups
|
|__SSL
|__HTDOCSthen just simply clone the current create domain|subdomain|site scripts edit it create SSL entries instead of normal entries...
I might be tempted to tackle this on my own. who knows.. just thout it would be a nice idea.