• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Question How can I enable SSL via cli for a large batch of domains and avoid nginx & httpd reload storm

burnley

Regular Pleskian
Linux Plesk Onyx 18.0.28
I need to enable SSL for large numbers of domains on various plesk servers under certain service plans. I get pull the domains list, but when enabling ssl it gets tricky. Right now the command I use is something like:
for DOMAIN in list ; do plesk bin domain --update $DOMAIN -ssl true ; done
This triggers nginx reload & httpd graceful after every domain, which is far from optimal. How can I achieve this without reloading these service after every domain? Is there a --no-restart option available in this case? All I want is to reconfigure the vhosts, but only reload the services once, at the end.
Any suggestions?
 
Back
Top