• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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