mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Fix: split directories
This commit is contained in:
parent
841509465b
commit
054ca21ee3
@ -364,7 +364,7 @@
|
|||||||
|
|
||||||
ssl-certificate-paths-to-ignore)
|
ssl-certificate-paths-to-ignore)
|
||||||
# Retrieve paths to ignore when searching for certificates. Strip special characters, replace possible spaces
|
# Retrieve paths to ignore when searching for certificates. Strip special characters, replace possible spaces
|
||||||
SSL_CERTIFICATE_PATHS_TO_IGNORE=$(echo ${VALUE} | tr -d '[:cntrl:]' | sed 's/ /__space__/g')
|
SSL_CERTIFICATE_PATHS_TO_IGNORE=$(echo ${VALUE} | tr -d '[:cntrl:]' | sed 's/ /__space__/g' | tr ':' ' ')
|
||||||
Debug "SSL paths to ignore: ${SSL_CERTIFICATE_PATHS_TO_IGNORE}"
|
Debug "SSL paths to ignore: ${SSL_CERTIFICATE_PATHS_TO_IGNORE}"
|
||||||
AddSetting "ssl-certificate-paths-to-ignore" "${SSL_CERTIFICATE_PATHS_TO_IGNORE}" "Paths that should be ignored for SSL certificates"
|
AddSetting "ssl-certificate-paths-to-ignore" "${SSL_CERTIFICATE_PATHS_TO_IGNORE}" "Paths that should be ignored for SSL certificates"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user