Skip to content

Policies & Governance

Short Summary: Policies allow you to enforce security standards and automation rules across your organization.

A Policy is a set of rules applied to a group of certificates.

  • Allowed Algorithms: RSA-2048, RSA-4096, ECC P-256.
  • Forbidden: RSA-1024, SHA-1.
  • Max Validity: e.g., 365 days.
  • Subject: Must contain O=MyCompany.
  • SANs: Must match regex .*\.mycompany\.com.
  • Auto-Renew: Enabled/Disabled.
  • Approval: Required/Optional.
  • Pre-Processing: Run a script before renewal?
  • Post-Processing: Run a script after renewal (e.g., Restart Service).

Policies can be applied at different levels:

  1. Global: Applies to everything.
  2. CA Level: Applies to a specific CA.
  3. Group Level: Applies to a folder of certificates (e.g., “Dev Team”).

Specific policies override global policies.