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...
How can I enable SSL via cli for a large batch of domains and avoid nginx & httpd reload storm
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...
How can I enable SSL via cli for a large batch of domains and avoid nginx & httpd reload storm