This commit is contained in:
2023-11-13 07:51:03 -06:00
parent 0110e102fd
commit a7aa9ff522
2 changed files with 3 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ LISTCERTS(){
i=1
for certdir in ${ssldir[@]}; do
if (( i % 12 == 0 )) || [ $i = 0 ]; then
if (( i % 12 == 0 )) || [ $i = 1 ]; then
DIVIDER false yellow 120
echo -e "${lenh}Subject Name Monitored Expires Alternate Subject Names"
DIVIDER false yellow 120