• 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.

Script to Enable SSL Support

Status
Not open for further replies.

JArnoldussen

Basic Pleskian
Hello! We have many hundreds of domains on our Plesk 11.5 server (Linux) but many of them do not have SSL support enabled. Does anyone know of a script that would enable it for all domains and subdomains on our server, to save the tedious time of manually checking every domain?
 
Use this one:

# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do /usr/local/psa/bin/domain -u $i -ssl true; done
 
Status
Not open for further replies.
Back
Top