Two types of policies
Operational policies
Everyday cryptographic and lifecycle rules: key strength, maximum validity, SAN validation. Managed at Policies in the navigation.
Compliance policies
Framework-aligned rules mapped to controls: SOC 2, ISO 27001, PCI-DSS, HIPAA, eIDAS. Managed under the same Policies section.
Operational policy types
| Type | Enforces | Example rules |
|---|---|---|
| Key strength | Minimum key size and allowed algorithms | RSA minimum 2048 bits; allowed algorithms RSA, ECDSA; ECC minimum 256 bits |
| Expiry threshold | Maximum certificate lifetime | Maximum 397 days |
| SAN validation | SAN format, count, and allowed patterns | Require at least one SAN; maximum 100 SANs; forbid wildcard patterns |
Setting a policy to disabled keeps it in the catalog but stops evaluation. Use this when rolling out new rules gradually — you can preview violations before enforcement begins.
Compliance frameworks
Compliance policies are pre-built templates aligned to specific control frameworks. Activate them from Policies > Compliance:- SOC 2 Trust Services Criteria (CC6.1, CC6.6, CC7.2)
- ISO/IEC 27001:2022 Annex A (A.5.31, A.8.24)
- PCI-DSS 4.0 (Requirement 4)
- HIPAA Security Rule (§164.312(a)(2)(iv))
- eIDAS 2 qualified certificate requirements
Violation reporting
Violations appear in three places:- Policies page
- Alerts
- Reports
Policies shows tabs for “Active violations” and “Resolved” with filters by policy, severity, and resource type. Click any violation to see the affected certificate or key and the specific rule it broke.
How enforcement runs
- At issuance — TigerTrust validates the requested subject, key algorithm, key size, and SANs against every enabled policy before calling the CA. If any rule fails, the issuance is blocked and the specific rule violation is returned.
- At renewal — TigerTrust re-evaluates policies for the incoming certificate. If the renewed certificate would violate a newly-enabled policy, TigerTrust routes the renewal through an approval workflow instead of proceeding automatically.
- Continuously — A nightly policy sweep re-evaluates all managed certificates and creates violation records for anything that has drifted out of compliance since it was issued (for example, when a key-strength policy is tightened from RSA 2048 to RSA 3072).
Suppressions and grace periods
Real-world remediation takes time. You can suppress a violation until a specific date — the record remains visible but stops firing alerts and is excluded from “active” filters. Suppressions are recorded in the audit log so you can show auditors that nothing was silently hidden. The API surface for policy management is documented at API Reference.Related
Certificate templates
Bake policy-compliant defaults into templates so operators cannot get it wrong.
Alerts
Route policy violations to Slack, email, or PagerDuty.
Reports
Generate compliance evidence bundles from active policies.