bobsomebody
Verified User
- Joined
- Dec 5, 2007
- Messages
- 5
I have been picking through google trying to find out how to set up a decent SSL system that will work for my server.
The best solution I have come up with is using a single certificate on one domain and allowing users to "share" that users space. Unfortunately I dont know enough about the configs to pull it off.
Basically this is what would need to happen:
1. All users on the system will have a symbolic link from private_html to secured.domain.com/username_private_html
2. All files in secure.domain.com/username_private_html should count against the respective users quota, while the secure domain would have unlimited quotas.
3. All existing user files in private_html should be moved to the new locations.
4. I would also need a way to skip this if a user decides to purchase an IP.
5. The secure.domain.com/username_private_html should also be chown'ed to username:username
We have iPannel and DA set up on the server and not much else besides centova cast.
My idea for acheaving this is to basically hit a shell script upon creating users who have packages called "special package". I am not entirely sure on how the quotas work, and I am also concerned with updates.
I wanted to kinda start a discussion about how to do this because it seems like it would be a great way to get around some of the issues with ssl.
I read this thread and I can only assume it is possible but they dont say how:
http://hostpc.com/community/archive/index.php/t-2893.html
The best solution I have come up with is using a single certificate on one domain and allowing users to "share" that users space. Unfortunately I dont know enough about the configs to pull it off.
Basically this is what would need to happen:
1. All users on the system will have a symbolic link from private_html to secured.domain.com/username_private_html
2. All files in secure.domain.com/username_private_html should count against the respective users quota, while the secure domain would have unlimited quotas.
3. All existing user files in private_html should be moved to the new locations.
4. I would also need a way to skip this if a user decides to purchase an IP.
5. The secure.domain.com/username_private_html should also be chown'ed to username:username
We have iPannel and DA set up on the server and not much else besides centova cast.
My idea for acheaving this is to basically hit a shell script upon creating users who have packages called "special package". I am not entirely sure on how the quotas work, and I am also concerned with updates.
I wanted to kinda start a discussion about how to do this because it seems like it would be a great way to get around some of the issues with ssl.
I read this thread and I can only assume it is possible but they dont say how:
http://hostpc.com/community/archive/index.php/t-2893.html