Skip to content

Commit

Permalink
Fixed the date
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Jul 11, 2024
1 parent 2dacec7 commit bf9d65f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion check_ssl_cert.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii check_ssl_cert.1
.\"
.TH "check_ssl_cert" 1 "Jul, 2024" "2.82.0" "USER COMMANDS"
.TH "check_ssl_cert" 1 "July, 2024" "2.82.0" "USER COMMANDS"
.SH NAME
check_ssl_cert \- checks the validity of X.509 certificates
.SH SYNOPSIS
Expand Down
6 changes: 6 additions & 0 deletions test/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,12 @@ testXFrameOptionsFailed() {
assertEquals "wrong exit code" "${NAGIOS_CRITICAL}" "${EXIT_CODE}"
}

testHTTPHeaders() {
# shellcheck disable=SC2086
${SCRIPT} ${TEST_DEBUG} -H securityheaders.com --ignore-exp --debug-headers
}


testHTTPHeadersOK() {
# shellcheck disable=SC2086
${SCRIPT} ${TEST_DEBUG} -H securityheaders.com --ignore-exp --require-security-headers
Expand Down

0 comments on commit bf9d65f

Please sign in to comment.