diff options
-rwxr-xr-x | certexpiry.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certexpiry.sh b/certexpiry.sh index d768400..aafd57b 100755 --- a/certexpiry.sh +++ b/certexpiry.sh @@ -4,7 +4,7 @@ set -euo pipefail # ==== Variables ==== # Output warning if fewer than this number of seconds until expiry WARNSECONDS=1209600 # Two weeks -# Bash array of host:port combinations to be checked +# File containing a newline separated list of host:port combinations to be checked HOSTSANDPORTS="hostsandports.txt" # ==== Variables ==== |