Difference between revisions of "VALT 6.6.11"

From IVS Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
* Added Docker image pruning cleanup task after Docker containers are built
 
* Added Docker image pruning cleanup task after Docker containers are built
 
* Updated filesystem permissions on /usr/local/valt/ssl/incoming directory to contain group write permissions
 
* Updated filesystem permissions on /usr/local/valt/ssl/incoming directory to contain group write permissions
* Improved SSL certificate and key validation
+
* HTTPS/SSL
** now contains a CLI interactive interface to perform a series of bundle and SSL-related checks
+
** Improved SSL certificate and key validation
* Improved SSL certificate and key selection Dialog interface
+
*** now contains a CLI interactive interface to perform a series of bundle and SSL-related checks
** when selecting a fullchain bundle, the bundle is automatically separated into the leaf and chain files without a prompt for the chain certificate
+
** Improved SSL certificate and key selection Dialog interface
** when selecting a standalone leaf certificate, user no longer has to select that same leaf certificate as the chain certificate
+
*** when selecting a fullchain bundle, the bundle is automatically separated into the leaf and chain files without a prompt for the chain certificate
* Fixed issue that appended an additional forward slash to any log entry related to SSL files
+
*** when selecting a standalone leaf certificate, user no longer has to select that same leaf certificate as the chain certificate
 +
** Fixed issue that appended an additional forward slash to any log entry related to SSL filepaths

Latest revision as of 14:39, 2 June 2026

June 2nd, 2026

Technical

  • Fixed issue that auto-created a Hosts file entry for servers configured with only an IP Address
  • Added Docker image pruning cleanup task after Docker containers are built
  • Updated filesystem permissions on /usr/local/valt/ssl/incoming directory to contain group write permissions
  • HTTPS/SSL
    • Improved SSL certificate and key validation
      • now contains a CLI interactive interface to perform a series of bundle and SSL-related checks
    • Improved SSL certificate and key selection Dialog interface
      • when selecting a fullchain bundle, the bundle is automatically separated into the leaf and chain files without a prompt for the chain certificate
      • when selecting a standalone leaf certificate, user no longer has to select that same leaf certificate as the chain certificate
    • Fixed issue that appended an additional forward slash to any log entry related to SSL filepaths