Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ssl-cert-check
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ NAGIOSSUMMARY="FALSE"
# NULL out the PKCSDBPASSWD variable for later use (cmdline: -k)
PKCSDBPASSWD=""

# NULL out the HOST variable for later use, otherwise a global variable will be used to specify the host
HOST=""

# Type of certificate (PEM, DER, NET) (cmdline: -t)
CERTTYPE="pem"

Expand Down