Version 2.0.9f Noticed that starting on TufinOS3 and latest ToS Classic the PHP module is disabled by default. The missing PHP module generates an error in the Templates manageent as it uses PHP to upload new templates. This version brings a small fix into usp_template.conf at /etc/httpd/conf.d/ to solve this. Version 2.0.9c Noticed that starting on R21-1 RC1 the DirectoryIndex global statement was changed to 'index_z.htm' instead of 'index.htm index.html.var' . The php package still allowing 'index.php' to be called as the folder. That impacts the access to USP Editor 'index.htm' that links to usp.php . The version 2.0.9c brings an updated usp_templates.conf file which is placed at /etc/httpd/conf.d by install script with a condition to accept back index.htm, index.html and index.php only when the USP Editor's folder is called. Version 2.0.9b: Due to a TOS hardening from version R20-2GA and beyond, the Apache Auto Index module is desabled by default. That impacts in disabling support for the USP Templates folder listing in USP Editor. The version 2.0.9b brings an updated usp_templates.conf file which is placed at /etc/httpd/conf.d by install script with a condition to run specific apache directives only if the auto index module is running. That will cover previous and future versions of TOS regarless if the Apache Auto Index module hardening is applied or not. USP Editor version 2.0.10 is expected to bring a new approach for this feature. Version 2.0.9a: Installation scripts offers support for TufinOS3 and Tufin Orchestration Suite R20-2. Starting this version, local installation is done by install.bash script only. - Unzip the downloaded zip package to a folder like /tmp/usp - Run sh ./install.bash to install locally and follow instructions You can also use liveupdate.bash script to try to update to latest version available online: - just download liveupdate.bash to your TufinOS appliance/VM - run sh ./liveupdate.bash and follow instructions TufinOS server must be able to access Internet (https/dns) directly << Script checks online availability at GitHub and at Google Drive Version 2.0.8g: Installation scripts fixed versions 2.0.8e-f bugs on updating Apache HTTPd configuration file. Version 2.0.8e: Starting this version script works under /tools/USP_Editor and will convert all existing files. Version 2.0.5d: Starting this version, added support to a new Admin Tools folder under Tomcat folder structure on ToS R17-3 and newer versions. What happens on both scripts besides the download on Online option ? - all required files are confirmed as present; - usp_templates and usl_lib folders are created under /var/www/html/tools/USP_Editor/ - template files are copied to /var/www/html/tools/USP_Editor/usp_templates - all other files are copied to /var/www/html/tools/USP_Editor/ - new folder and files receive proper owner/access permissions - usp_templates.conf apache dynamic configuration file applied at /etc/httpd/conf.d/ - apache httpd process is restarted to load usp_templates configuration which will allow uploading new USP templates - a new record is created on SecureTrack DB to allow USP Editor be listed under /tools/USP_Editor/ - if its an upgrade, all required files will be replaced and DB will not be changed It’s safe to re-run USP Editor installation script after an ToS upgrade to confirm that everything is ok.