• 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

CLI Fixes & enhancements

Tozz

Regular Pleskian
I am trying to configure our Puppet infrastructure to install and manage Plesk, i came across some "difficulties" which I believe are tiny issues in Plesk:

Using /opt/psa/bin/server_pref you can set the password strength using one of these settings:
Code:
very_weak|weak|medium|strong|very_strong

However, the output of /opt/psa/bin/server_pref -s shows values that do not match the input:
VeryWeak
Weak
Mediocre
Strong
Stronger

It would be neater if the output values would match the input values.

Also, server_pref can be used to enable/disable/require FTPS over FTP:
Code:
-ftp-over-ssl <disabled|enabled|required>

However, server_pref -s does not output the current active value for this setting.
 
Back
Top