I have gotten the front end sorted out with showing a user's installed certs and available domains.
Now that is sorted out the real fun begins!
ToDo:
Now that is sorted out the real fun begins!
ToDo:
- check if lets encrypt is installed on the server and install it if not. (install.run)
- create system cron job to auto renew all domains if any installed. (install.run)
- create certificate for user domain. (controller.ext.php)
- remove certificate for user domain. (controller.ext.php)
- remove cron job if module removed (remove.run)
- remove lets encrypt if module removed?? (remove.run)