============================================================
COEUS SEO | SSL KIT GENERATOR (V1.0)
"Build something cool."
============================================================

DESCRIPTION:
This is a portable, self-contained factory for generating 
one-time-use SSL installers using the Let's Encrypt ACME 
protocol and cPanel's internal UAPI.

QUICK START SETUP:
1. Upload this entire folder to any PHP-enabled server.
2. Ensure the /tmp folder has write permissions (755).
3. Access index.php in your browser.
4. Enter a domain and download your first kit.

FILE STRUCTURE:
/                     -> Your landing page & factory
  index.php           -> The Blue/Slate UI for domain input
  download.php        -> The engine that builds the ZIPs
/templates            -> The "DNA" of your kits
  README_TEMPLATE     -> The local guide for your end-user
  INSTALLER_TEMPLATE  -> The actual logic that installs the SSL
/tmp                  -> Temporary storage for ZIP generation

REQUIREMENTS:
- PHP 7.4+
- PHP-Zip Extension enabled (for ZIP generation)
- shell_exec enabled (for the 'Magic' cPanel installation)

LICENSE:
This project is released under an open "Fair Use" philosophy. 
You are granted full permission to modify, redistribute, 
and build derivative works. 

If you improve this tool or build something amazing with it, 
let us know: https://coeusseo.com/ssl-installer/

Stay Secure.
- CoeusSEO Team
============================================================