Compare commits

..

1 Commits

Author SHA1 Message Date
Loïc Gomez 959e8a5bfb
Allow checking ssl files are readable (check_ssl_files)
- adds a new check_path_exists() method to path_util
- move code checking if SSL-related files exist with assertions (thus
  causing a fatal error) to a new check_ssl_files() method, allowing for
  soft or hard fail modes

This will allow for non-fatal checks of SSL files existence on reload.

Signed-off-by: Loïc Gomez <bip@animanova.fr>
2024-02-08 23:08:43 +09:00

Diff Content Not Available