Adding check_ssl_cert

This commit is contained in:
Jan Wagner 2016-07-13 17:31:34 +02:00
parent 4c86b3906b
commit f07e400fe4
4 changed files with 1541 additions and 0 deletions

3
check_ssl_cert/Makefile Normal file
View file

@ -0,0 +1,3 @@
#/usr/bin/make -f
include ../common.mk

File diff suppressed because it is too large Load diff

9
check_ssl_cert/control Normal file
View file

@ -0,0 +1,9 @@
Homepage: https://github.com/matteocorti/check_ssl_cert/blob/master/check_ssl_cert
Watch: https://raw.githubusercontent.com/matteocorti/check_ssl_cert/master/check_ssl_cert VERSION=([0-9.]+)
Recommends: ca-certificates, expect, libtimedate-perl, openssl
Version: 1.31.0
Uploaders: Jan Wagner <waja@cyconet.org>
Description: plugin checking an X.509 certificate
- checks if the server is running and delivers a valid certificate
- checks if the CA matches a given pattern
- checks the validity

8
check_ssl_cert/copyright Normal file
View file

@ -0,0 +1,8 @@
Copyright (c) 2007-2013 ETH Zurich
Copyright (c) 2007-2016 Matteo Corti
License: GPL v3
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".