• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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