I built a small open-source tool called LotusShield because I was tired of manually renewing and uploading SSL certificates across several cPanel sites.
LotusShield automates:
- issuing ECC SSL certs using acme.sh
- DNS validation via Cloudflare API
- installing SSLs directly into cPanel via UAPI
- multi-domain handling
- cron-based renewals
It costs nothing, removes the AutoSSL paywall issue many hosts have, and eliminates the “SSL expired last night” panic entirely.
purplelotus•34m ago
I built a small open-source tool called LotusShield because I was tired of manually renewing and uploading SSL certificates across several cPanel sites.
LotusShield automates: - issuing ECC SSL certs using acme.sh - DNS validation via Cloudflare API - installing SSLs directly into cPanel via UAPI - multi-domain handling - cron-based renewals
It costs nothing, removes the AutoSSL paywall issue many hosts have, and eliminates the “SSL expired last night” panic entirely.
Repo: https://github.com/tiffneybare/lotusshield
I’d love your thoughts — feature ideas, improvements, critiques, anything.