Skip to content

Commit

Permalink
Update 'Stop and disable certmonger' script
Browse files Browse the repository at this point in the history
  • Loading branch information
afaranha committed Apr 17, 2024
1 parent c23d795 commit e33899c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/roles/tls_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
else
echo "There is/are $number_of_certs certificates to stop being tracked on $i. Stopping to track certificates..."
fi
while IFS= read -r cert; do
for cert in $certs_to_stop; do
echo "Stopping to track $cert..."
${SSH_CMD} rm -f $certs_directory/$cert
done <<< "$certs_to_stop"
done
done

0 comments on commit e33899c

Please sign in to comment.