Hi all,
I know that implementation of SSL into the Sentora core has been brought on multiple occasions
but I am unsure if anyone has picked up the job of actually doing this?
If not i would like to do this, I have seen that @Diablo925 has created a module for this...http://forums.sentora.org/showthread.php?tid=1044
If I do implement it I modify the existing domains module to make it "Domain Manager"
adding an extra column of ssl on/off on the domains list screen and
adding a button manage or something similar next to delete that will display ssl settings for that domain with ability to
This will require a fair amount of core modification so that when writing the vhost.conf that it does the redirect instead of standard vhost. Probably add the redirect text for vhost into the apache admin module.
Lastly making the sentora site ssl. Add the following features to the apache admin module or ability to make the SSL changes to cp domain in domains
Cheers
I know that implementation of SSL into the Sentora core has been brought on multiple occasions
but I am unsure if anyone has picked up the job of actually doing this?
If not i would like to do this, I have seen that @Diablo925 has created a module for this...http://forums.sentora.org/showthread.php?tid=1044
If I do implement it I modify the existing domains module to make it "Domain Manager"
adding an extra column of ssl on/off on the domains list screen and
adding a button manage or something similar next to delete that will display ssl settings for that domain with ability to
- ssl on/off switch.
- create a .csr for the domain,
- create and install a self signed cert
- Install option for ca signed certs
- Redirect non-ssl site to ssl site on/off
This will require a fair amount of core modification so that when writing the vhost.conf that it does the redirect instead of standard vhost. Probably add the redirect text for vhost into the apache admin module.
Lastly making the sentora site ssl. Add the following features to the apache admin module or ability to make the SSL changes to cp domain in domains
- Add a switch ssl on/off
- create a .csr for the domain,
- create and install a self signed cert
- Install option for ca signed certs
- Redirect non-ssl site to ssl site on/off
Cheers