mosen / certificate

Certificate module for MunkiReport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificate module

Provides certificate information on certs found in /etc/certificates/ and the System Keychain.

The table provides the following information per 'certificate':

  • id (int) Unique id
  • serial_number (string) Serial Number
  • cert_exp_time (int) Unix timestamp of expiration time
  • cert_path (string) Path to certificate
  • cert_cn (string) Common name
  • timestamp (int) Timestamp of last update
  • issuer (string) Who issued the certificate
  • cert_location (string) Where the certificate is stored

About

Certificate module for MunkiReport


Languages

Language:PHP 76.6%Language:Shell 15.0%Language:Hack 8.3%