Skip to content
Snippets Groups Projects
Commit e64410be authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add check_ssl_certs

parent 91581ec7
No related branches found
No related tags found
No related merge requests found
......@@ -94,9 +94,9 @@ ph.require openssl
# --- override from command line params
filelist=`ph.getValueWithParam $filelist f "$@"`
iWarn=` ph.getValueWithParam $iWarn w "$@"`
iCrit=` ph.getValueWithParam $iCrit c "$@"`
filelist=`ph.getValueWithParam "$filelist" f "$@"`
iWarn=` ph.getValueWithParam $iWarn w "$@"`
iCrit=` ph.getValueWithParam $iCrit c "$@"`
# ----- check cert files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment