Adding check_ssl_cert
This commit is contained in:
parent
4c86b3906b
commit
f07e400fe4
3
check_ssl_cert/Makefile
Normal file
3
check_ssl_cert/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#/usr/bin/make -f
|
||||||
|
|
||||||
|
include ../common.mk
|
1521
check_ssl_cert/check_ssl_cert
Normal file
1521
check_ssl_cert/check_ssl_cert
Normal file
File diff suppressed because it is too large
Load diff
9
check_ssl_cert/control
Normal file
9
check_ssl_cert/control
Normal 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
8
check_ssl_cert/copyright
Normal 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".
|
||||||
|
|
Loading…
Reference in a new issue