I have converted my setup to use custom vhost entries and port forwards (all in the httpd-vhosts.conf) insteadĀ of manually editing files on the server which also makes it so you do not have to edit the .htaccess files for redirecting to SSL only.
Current testing has proven to be reliable.
This will make it much easier to add certificates if it is all controlled in the main httpd-vhosts.conf instead of creating, writing to and deleting from an external file when it can already be done through the DB using custom vhost entries.
Still working on certificate creation.
Current testing has proven to be reliable.
This will make it much easier to add certificates if it is all controlled in the main httpd-vhosts.conf instead of creating, writing to and deleting from an external file when it can already be done through the DB using custom vhost entries.
Still working on certificate creation.