• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue managing SSL Certificates via CLI

Joe Deegan

New Pleskian
Hi,

Plesk 12.0.18 latest MU
CentOS 6.6 Final

I'm having trouble managing our ssl certificates for our domains via command line following this KB article:

http://download1.parallels.com/Plesk/PP12/12.0/Doc/en-US/online/plesk-unix-cli/39009.htm

I wish to remove the certificates for many of our domains which don't require it, around 200 domains.

When I try to run a command as stated i get the error:

-bash: ./certificate: No such file or directory

As shown in the attached screenshot.

Please advise?
Many thanks
 

Attachments

  • issue_plesk.png
    issue_plesk.png
    9.2 KB · Views: 6
Hi Joe Deegan,

Plesk CLI commands are used from the Plesk bin directory: "/usr/local/psa/bin/".

If you would like to use them from your root directory on your server, you have to use the full path:

/usr/local/psa/bin/certificate --help


You have as well the choice to use the command "plesk bin" in front of each Plesk CLI command with Plesk 12, which will redirect you to your local Plesk bin directory.

plesk bin certificate --help
 
Back
Top