matteocorti / check_ssl_cert

A shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection.
GNU General Public License v3.0
360 stars 132 forks source link

Append certificate information instead of prepend #474

Closed audiocoach closed 9 months ago

audiocoach commented 9 months ago

Is it possible to append the certificate information which is printed in the output via the "--info" option instead of prepending it? For me it makes more sense, because the first line should always show the current status of the check.

matteocorti commented 9 months ago

Why not, makes sense (could even be shown by Nagios)

matteocorti commented 9 months ago

Implemented in f3480ca