• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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