From d8e41ca118b62649ba8b4b9bc2c4c596dd7a4eba Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 14 Mar 2017 16:42:39 +0100 Subject: [CRYP-7902] Support for Plesk file names --- include/tests_crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_crypto b/include/tests_crypto index c9a6c496..cbbda9d7 100644 --- a/include/tests_crypto +++ b/include/tests_crypto @@ -44,7 +44,7 @@ if [ ${CANREAD} -eq 1 ]; then LogText "Result: found directory ${DIR}" # Search for CRT files - sFINDCRTS=$(${FINDBINARY} ${DIR} -name "*.crt" -or -name "*.pem" -and -type f -print 2> /dev/null) + sFINDCRTS=$(${FINDBINARY} ${DIR} -name "*.crt" -or -name "*.pem" -or -name "cert*" -and -type f -print 2> /dev/null) if [ ! -z "${sFINDCRTS}" ]; then for FILE in ${sFINDCRTS}; do FileIsReadable ${FILE} -- cgit v1.2.3