'sslchecker' ändern

This commit is contained in:
Kaisa Marysia 2019-08-28 15:38:43 +02:00
parent ead40a0d93
commit 00cda0be1a

View file

@ -70,7 +70,12 @@ if [[ "$source" == "local" ]]; then
if [ -z "$file" ]; then
exit 1
fi
LocalCheck
echo -e '\e[90m\e[1m\e[104mCert is valid for:\e[0m'
LocalCheck | AltName
echo -e '\e[90m\e[1m\e[101mValidated by:\e[0m'
LocalCheck | Validation
echo -e '\e[90m\e[1m\e[43mValidated from to:\e[0m'
LocalCheck | ValidDate
fi
if [ "$source" == "remote" ]; then