clean up formattting of Expired certificates

This commit is contained in:
Ludwig Lautenbacher 2020-10-01 13:24:02 +02:00
parent 0fb22bd15f
commit 66536272be

View file

@ -32,7 +32,7 @@ while read -r line || [ -n "$line" ]; do
elif [ "${STATUS}" == "R" ]; then
printf "Revoked \t %s \t %s\\n" "$NAME" "$EXPD"
elif [ "${STATUS}" == "E" ]; then
printf " Expired :: %s\n" "$NAME"
printf "Expired :: %s\n" "$NAME"
else
printf "Unknown \t %s \t %s\\n" "$NAME" "$EXPD"
fi