1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: ssl-cert-check
Section: net
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://prefetch.net/articles/checkcertificate.html
Vcs-Git: https://salsa.debian.org/debian/ssl-cert-check.git
Vcs-Browser: https://salsa.debian.org/debian/ssl-cert-check
Package: ssl-cert-check
Architecture: all
Depends: ${misc:Depends}, openssl
Recommends: bsd-mailx | mailx
Multi-Arch: foreign
Description: proactively handling X.509 certificate expiration
ssl-cert-check is a small shell script which checks digital certificate
expiration. It can also check local certificate files and network
accessible servers.
|