GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Activity::Reports::Summary(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::Reports::Summary(3)

OpenXPKI::Server::Workflow::Activity::Reports::Summary

Collect statistics about certificate counts, the resulting numbers are written into the context, see below.

Parseable OpenXPKI::Datetime value (autodetected), certificates expiring before the given date are shown as "near_expiry". Default is +000030 (30 days).
Parseable OpenXPKI::Datetime value (autodetected), certificates which are expired after the given date are shown as "recent_expiry". Default is -000030 (30 days in the past).
Parseable OpenXPKI::Datetime value (autodetected), certificates which have been issued as renewal to a predecessor certificate after the given date are shown as "recent_renewal". Default is -000030 (30 days in the past).
Parseable OpenXPKI::Datetime value (autodetected) used as based for all date related calculations. Default is now.
If set, the result is written into this single context value as a hash using the keys named below as keys in the hash.
Parseable OpenXPKI::Datetime value (autodetected), hide certificates where notbefore is below given date.
Parseable OpenXPKI::Datetime value (autodetected), hide certificates where notafter is above given date.

After completion the following parameters will be set in the context or as key/value pairs of the hash written to target_key.

Total number of certificates.
Number of certificates in revoked status (includes CRL pending).
Number of expired certificates (without revoked)
Number of distinct subjects (includes revoked)
Number of valid certificates (in validity window and not revoked)
Number of distinct subjects within valid certificates
Number of certificates that are in validity window but revoked.
Number of valid (not revoked) certificates that will expiry within the given window.
Number of valid (not revoked) certificates that have been expired within the given window.
Number of certificates that have been issued within the given window as a renewal to a predecessor certificate.
Contains the share of certificate profiles of all valid certificates as a key/value map. The key is the internal name of the profile and the value is the absolute number of valid, issued certificates using this profile.
2025-07-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.