Hi folks, mostly a CertSage question here.
I'm on an old-ish GoDaddy Web Hosting Deluxe plan with no SSL considerations short of paying literally as much as the hosting plan itself, or more. I just pulled the trigger on setting up CertSage last night. It went painlessly, but a couple of things concern me a little bit going forward.
Prerequisites:
My "primary domain" is hannambnb.com. I have a few add-on domains right now. Vanity sites bytebrothers.org and rectaltronics.com, and a soon to be important again site rebekahcourt.com. I might eventually add a few more in my {cough} copious free time.
Server according to cPanel (126.0 build 37) is Apache 2.4.65 on x86 linux. cPanel mentions SSH but this is a cheap package on a shared server so "root" isn't likely.
CertSage version is 3.0.2.
Background:
File certsage.php initially uploaded into:
/home/*charactersalad*/public_html
The directories for my add-on domains are under /home/*charactersalad*/public_html, so, /home/*charactersalad*/public_html/bytebrothers.org, etc.
I ran *domain*/certsage.php, as expected it created its CertSage directory in /home/*charactersalad*/, and when it was finished it set up the relevant entries in the SSL/TLS Status module in cPanel, created a cron job "curl https://hannambnb.com/certsage.php " and SSL worked perfectly. AWESOME.
I then followed up by uploading certsage.php into one of the add-on domains:
/home/*charactersalad*/public_html/bytebrothers.org
As expected when running the web page it created the CertSage directory in /home/*charactersalad*/public_html, added the entries in the SSL/TLS module and created a cron job "curl https://bytebrothers.org/certsage.php ". Makes sense so far.
Concerns:
Then I did the same thing for rectaltronics.com and rebekahcourt.com. Which is when I suddenly realized the upcoming location conflict for the CertSage directory. It ran using the same password from /home/*charactersalad*/public_html/CertSage, correctly created the SSL/TLS module entries, but no new cron jobs were created.
SSL works fine on the primary domain and all three add-on domains but I'm wondering how this is going to go at renewal time.
I was kind of expecting two more cron jobs?
Thanks everyone for any input!