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
368 stars 132 forks source link

Default to python3 in PYTHON_BIN #428

Closed lukastribus closed 1 year ago

lukastribus commented 1 year ago

Since we only support python3, let's point to python3 to be more explicit.

Also see PEP 394: https://peps.python.org/pep-0394/

Fixes #424

matteocorti commented 1 year ago

Thanks!