• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Resolved Enable SSL for domain from command line

Garrett

New Pleskian
I'm able to create an SSL certificate in a domain's repository using the plesk bin certificate utility. Is it also possible to actually enable that certificate for the domain from the command line? Currently I have to visit the "Hosting Settings" screen and manually set the certificate. Thanks.
 
Hi Garrett,

Is it also possible to actually enable that certificate for the domain from the command line?
Your goal can be achieved with another CLI utility:

plesk bin subscription -u example.com -certificate-name "Site Certificate"
plesk bin subscription -u example.com -ssl true

More informations and the full documentation for CLI - commands with Plesk can be seen at:

 
Back
Top