File: control

package info (click to toggle)
fetch-crl 3.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: perl: 2,037; sh: 194; makefile: 110
file content (30 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: fetch-crl
Section: net
Priority: optional
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Build-Depends:
 debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://wiki.nikhef.nl/grid/FetchCRL3
Vcs-Browser: https://salsa.debian.org/ellert/fetch-crl
Vcs-Git: https://salsa.debian.org/ellert/fetch-crl.git

Package: fetch-crl
Architecture: all
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libwww-perl,
 openssl
Description: Downloads Certificate Revocation Lists
 This tool and associated timer (systemd) or cron (init.d) entry
 ensure that Certificate Revocation Lists (CRLs) are periodically
 retrieved from the web sites of the respective Certification
 Authorities.
 .
 The fetch-crl tool finds all *.crl_url files in the configured CRL
 directory, downloads the CRLs listed in those files and saves them in
 the same directory. The default configuration uses
 /etc/grid-security/certificates as the CRL directory.