Knowledgebase
How to manually install SSL certificate for all domains on Plesk panel server
Posted by Premium Reseller on 07 March 2026 08:11 AM

Run this command to install free SSL certificate on Plesk panel

plesk bin subscription -l | while read sub; do plesk ext sslit --certificate -issue -domain $sub -secure-domain -wildcard -secure-mail -secure-webmail -registrationEmail adminemail@gmail.com; plesk ext sslit --certificate -issue -domain $sub -registrationEmail adminemail@gmail.com -continue; done

(0 vote(s))
This article was helpful
This article was not helpful